README.rdoc in pickle-0.4.4 vs README.rdoc in pickle-0.4.5

- old
+ new

@@ -329,19 +329,19 @@ 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 +To run the specs and features, you can start from the last known good set of gem dependencies in Gemfile.lock.development: - bundle install + git clone http://github.com/ianwhite/pickle + cd pickle + cp Gemfile.lock.development Gemfile.lock + bundle -To run the specs do: +To run the specs & features do: bundle exec rake spec - -To run the features (rails 2.3 only ATM): - bundle exec rake cucumber == Contributors The following people have made Pickle better: