spec/dummy_app/README.md in the_role-2.3 vs spec/dummy_app/README.md in the_role-2.4

- old
+ new

@@ -5,19 +5,19 @@ ### How to get? ``` git clone git@github.com:the-teacher/the_role.git -cd the_role/spec/the_role_on_devise/ +cd the_role/spec/dummy_app/ bundle ``` ### Start it! ``` -rake db:test_launch +rake db:bootstrap_and_seed rails s ``` ### Test it! @@ -34,6 +34,6 @@ ``` rake assets:build RAILS_ENV=production rake db:test_launch RAILS_ENV=production rails s -e production -``` \ No newline at end of file +```