Skip to content

Commit

Permalink
Add Test Instructions to README
Browse files Browse the repository at this point in the history
  • Loading branch information
mtaylor committed May 30, 2012
1 parent 56a9daf commit 910bea4
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion README.rdoc
Original file line number Diff line number Diff line change
@@ -1 +1,14 @@
= ImageManagement
= ImageManagement

= Running Tests

Tests are run from the project root directory. But are run in the context of the dummy app located under test/dummy. In order to run the tests you must first setup dummy app database.

cd test/dummy; rake db:setup; rake test:prepare

Once you have done this cd to the project root and run the following:

rake spec
rake cucumber


0 comments on commit 910bea4

Please sign in to comment.