1
0
Fork 0
mirror of https://github.com/activerecord-hackery/ransack.git synced 2022-11-09 13:47:45 -05:00

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

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