Merge pull request #318 from newsline/cucumber-in-readme

Add instructions on how to run tests in Readme.markdown
[ci skip]
This commit is contained in:
Vasiliy Ermolovich 2012-10-25 00:24:05 -07:00
commit 5e0f00df73
1 changed files with 12 additions and 0 deletions

View File

@ -366,6 +366,18 @@ For automatic decoration, check out [decorates_before_rendering](https://github.
4. Push to the branch (`git push origin my_awesome_branch`)
5. Send pull request
## Running tests
If it's the first time you want to run the tests, start by creating the dummy database:
```
$ pushd spec/dummy
$ rake db:migrate db:test:prepare
$ popd
```
You can then run tests by executing `rake`.
## Contributors
Draper was conceived by Jeff Casimir and heavily refined by Steve Klabnik and a great community of open source contributors.