Remove test_app line from Contrib guide.

Fixes #257
This commit is contained in:
Ryan Bigg 2013-07-25 11:30:01 +10:00
parent 936a37df20
commit 94faa32c46
1 changed files with 1 additions and 2 deletions

View File

@ -24,8 +24,7 @@ Here's a quick guide:
to know that you have a clean slate:
$ bundle install
$ bundle exec rake test_app
$ bundle exec rake
$ bundle exec rake spec
3. Add a test for your change. Only refactoring and documentation changes
require no new tests. If you are adding functionality or fixing a bug, we need