From 8ed1226955d3a8a6fb34347f0d20f8cd95d5a000 Mon Sep 17 00:00:00 2001 From: Eugen Minciu Date: Tue, 22 Jan 2013 16:02:58 +0200 Subject: [PATCH] Document how to run the rspec suite. --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index f1e02237..bec3363a 100644 --- a/README.md +++ b/README.md @@ -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/