This repository was archived by the owner on Aug 16, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 71
Home
btakita edited this page Sep 12, 2010
·
46 revisions
rspec |
rspec-rails |
rspec-tmbundle |
rspec-dev |
contributing patches |
rspec website |
rspec at rubyforge
The rspec-rails repository holds the source for the rspec-rails gem/plugin. Clone this repo if you:
- want to build the rspec-rails gem from the latest source
- want to install it as a rails plugin in combination with the rspec plugin.
cd vendor/plugins git clone git://github.com/dchelimsky/rspec.git git clone git://github.com/dchelimsky/rspec-rails.git cd ../../ script/generate rspec
Note: Need to document how to checkout release tags on Rails <= 2.0.2
If you are using git for your app, you’ll want to either remove or ignore the .git directories in the plugin directories.
script/plugin install git://github.com/dchelimsky/rspec.git script/plugin install git://github.com/dchelimsky/rspec-rails.git script/generate rspec
script/plugin install --revision 'tag 1.1.4' git://github.com/dchelimsky/rspec.git script/plugin install --revision 'tag 1.1.4' git://github.com/dchelimsky/rspec-rails.git script/generate rspec
If you are using git for your app, you’ll want to either remove or ignore the .git directories in the plugin directories.
ruby script/plugin install http://rspec.rubyforge.org/svn/tags/REL_X_Y_Z/rspec ruby script/plugin install http://rspec.rubyforge.org/svn/tags/REL_X_Y_Z/rspec_on_rails
ruby script/plugin install http://rspec.rubyforge.org/svn/tags/REL_X_Y_Z/rspec ruby script/plugin install http://rspec.rubyforge.org/svn/tags/REL_X_Y_Z/rspec_on_rails/vendor/plugins/rspec_on_rails
ruby script/plugin install http://rspec.rubyforge.org/svn/tags/REL_X_Y_Z/rspec ruby script/plugin install http://rspec.rubyforge.org/svn/tags/REL_X_Y_Z/vendor/rspec_on_rails/vendor/plugins/rspec_on_rails