README.rdoc in pickle-0.3.4 vs README.rdoc in pickle-0.3.5
- old
+ new
@@ -314,21 +314,26 @@
Given a user exists
And a post exists with author: the user # this step will assign the above user as :author on the post
== Run the tests
+To get all the dependencies required for developing pickle, do the following
+
+ bundle install
+
To run the specs do:
- rake spec
+ bundle exec rake spec
To run the features (rails 2.3 only ATM):
- rake cucumber
+ bundle exec rake cucumber
== Contributors
The following people have made Pickle better:
+* {Paul Gideon Dann}[http://github.com/giddie]
* {Tom Meier}[http://github.com/tommeier]
* {Sean Hussey}[http://github.com/seanhussey]
* Brian Rose & Kevin Olsen
* {Christopher Darroch}[http://github.com/chrisdarroch]
* {Szymon Nowak}[http://github.com/szimek]
\ No newline at end of file