Merge pull request #119 from minciue/master

Document how to run the spec suite.
This commit is contained in:
Konstantin Haase 2013-01-22 06:05:47 -08:00
commit 1355f9651e

View File

@ -25,3 +25,13 @@ This will run against API run locally.
bundle exec rakep
ENV=production bundle exec rakep
### Running the spec suite
To run the test suite, you must first start the app (see above).
bundle exec foreman start
Then run rspec against the spec/ directory
bundle exec rspec spec/