This is a request to split up the repository into at least two repositories
rspec rspec_core (loaded as svn_external or git submodule) rspec_on_rails (loaded as svn_external or git submodule) We could load the plugins the same way as before ruby script/plugin install http://rspec.rubyforge.org/svn/trunk/rspec_core ruby script/plugin install http://rspec.rubyforge.org/svn/trunk/rspec_on_rails but it would be easier to install from git using git submodules using git and calling from RAILS_ROOT git submodule add git//github.com/dchelimsky/rspec_on_rails.git vendor/plugins/rspec_on_rails git submodule add git//github.com/dchelimsky/rspec_core.git vendor/plugins/rspec
_______________________________________________ rspec-users mailing list rspec-users@rubyforge.org http://rubyforge.org/mailman/listinfo/rspec-users