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
dchelimsky 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
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
cd vendor/plugins git clone git://github.com/dchelimsky/rspec.git cd rspec git checkout 1.1.4 cd .. git clone git://github.com/dchelimsky/rspec-rails.git cd rspec-rails git checkout 1.1.4 cd ../../../ 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/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