lib/archangel/command/templates/extension/README.md in archangel-0.0.7 vs lib/archangel/command/templates/extension/README.md in archangel-0.0.8

- old
+ new

@@ -44,24 +44,15 @@ ``` $ bundle exec rake dummy_app ``` -Run tests +Run tests with any of the following ``` $ bundle exec rake -``` - -or - -``` $ bundle exec rake spec -``` - -or - -``` +$ bundle exec rake test $ bundle exec rspec spec ``` When testing your applications integration with this extension you may use it's factories. Simply add this require statement to your spec_helper: