README.md in devise_masquerade-0.1.4 vs README.md in devise_masquerade-0.1.5
- old
+ new
@@ -88,9 +88,17 @@
rails server
And check http://localhost:3000/, use for login user1@example.com and
'password'
+## Test project
+
+ cd spec/dummy
+ rake db:setup db:test:prepare
+ cd -
+ rspec
+
+
## Contributing
1. Fork it
2. Create your feature branch (`git checkout -b my-new-feature`)
3. Commit your changes (`git commit -am 'Add some feature'`)