From fa2e209597b9f1ec2f053b7dfe6a83a8e59df636 Mon Sep 17 00:00:00 2001 From: Fiona Tay <me@fionatay.com> Date: Wed, 6 Feb 2013 21:37:08 +0800 Subject: [PATCH] add Jasmine spec info to README --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index bec3363a..fc039d7c 100644 --- a/README.md +++ b/README.md @@ -28,10 +28,12 @@ This will run against API run locally. ### Running the spec suite -To run the test suite, you must first start the app (see above). +First, start the app (see above). bundle exec foreman start -Then run rspec against the spec/ directory +To run the Ruby specs, run rspec against the spec/ directory: bundle exec rspec spec/ + +To run the Jasmine specs, open the spec page: [localhost:5000/spec.html](http://localhost:5000/spec.html) \ No newline at end of file