Document how to run the rspec suite.
This commit is contained in:
parent
b4ea261ee3
commit
8ed1226955
10
README.md
10
README.md
|
@ -25,3 +25,13 @@ This will run against API run locally.
|
||||||
|
|
||||||
bundle exec rakep
|
bundle exec rakep
|
||||||
ENV=production 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/
|
||||||
|
|
Loading…
Reference in New Issue
Block a user