Skip to content
This repository has been archived by the owner on Mar 8, 2019. It is now read-only.

Commit

Permalink
Words
Browse files Browse the repository at this point in the history
  • Loading branch information
ianwhite committed Feb 10, 2010
1 parent 3dbc458 commit 459f4b4
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.rdoc
Expand Up @@ -45,6 +45,10 @@ It's tested against all stable branches of 2.x rails, and edge, with the latest

== Run the tests

You can run the test with <b>garlic</b> http://github.com/ianwhite/garlic, which tests against different versions of rails.

Or, you can make a test rails app:

cd ~/wherever_you_work
rails pickle_test_project; cd pickle_test_project
script/generate rspec
Expand All @@ -54,8 +58,6 @@ It's tested against all stable branches of 2.x rails, and edge, with the latest
rake spec
cucumber features

Instructions produced using: Ruby 1.8.6, rails 2.3.5, cucumber 0.5.3, cucumber-rails 0.2.2, rspec 1.2.9, rspec-rails 1.2.9, pickle 0.2.1

== Contributors

The following people have made Pickle better:
Expand Down

0 comments on commit 459f4b4

Please sign in to comment.