Scott Taylor
2007-Feb-23 21:14 UTC
[rspec-users] Error on http://rspec.rubyforge.org/documentation/rails/install.html
One of the links to the subversion repository is wrong. Under the heading which starts: If your own project is in Subversion and you?d like RSpec on Rails to always follow HEAD, install with -x: the second link: ruby script/plugin install -x svn://rubyforge.org/var/svn/rspec/trunk/ rspec_on_rails/vendor/plugin/rspec_on_rails should be: ruby script/plugin install -x svn://rubyforge.org/var/svn/rspec/trunk/ rspec_on_rails/vendor/plugins/rspec_on_rails (The "plugins" is missing an "s") Scott
David Chelimsky
2007-Feb-23 22:12 UTC
[rspec-users] Error on http://rspec.rubyforge.org/documentation/rails/install.html
On 2/23/07, Scott Taylor <mailing_lists at railsnewbie.com> wrote:> > One of the links to the subversion repository is wrong. Under the > heading which starts: > > If your own project is in Subversion and you''d like RSpec on Rails to > always follow HEAD, install with -x: > > the second link: > > ruby script/plugin install -x svn://rubyforge.org/var/svn/rspec/trunk/ > rspec_on_rails/vendor/plugin/rspec_on_rails > > should be: > > ruby script/plugin install -x svn://rubyforge.org/var/svn/rspec/trunk/ > rspec_on_rails/vendor/plugins/rspec_on_rails > > (The "plugins" is missing an "s") > > ScottPlease submit things like this as bugs to the tracker: http://rubyforge.org/tracker/?group_id=797 Thanks Scott, David> > _______________________________________________ > rspec-users mailing list > rspec-users at rubyforge.org > http://rubyforge.org/mailman/listinfo/rspec-users >