README.md in balrog-2.0.0 vs README.md in balrog-2.0.1

- old
+ new

@@ -218,14 +218,22 @@ ## Contributing ### Running the tests -Tests are part of the dummy Rails app within the spec folder: +Tests are part of the dummy Rails app within the spec folder. To run the tests: ``` $ cd spec/dummy-rails-app $ bundle +$ rails generate active_record:session_migration +$ redis-server +``` + +Then in a different terminal: + +``` +$ cd spec/dummy-rails-app $ rspec ``` Before contributing, please read the [code of conduct](CODE_OF_CONDUCT.md). - Check out the latest master to make sure the feature hasn't been implemented