Simplify run tests command

Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
This commit is contained in:
Dmitriy Zaporozhets 2014-03-25 12:10:50 +02:00
parent e320ee3fb7
commit 8bbac4576b
No known key found for this signature in database
GPG Key ID: 627C5F589F467F17
1 changed files with 1 additions and 6 deletions

View File

@ -96,14 +96,9 @@ or start each component separately
### Run the tests
* Seed the database
bundle exec rake db:setup RAILS_ENV=test
bundle exec rake db:seed_fu RAILS_ENV=test
* Run all tests
bundle exec rake gitlab:test RAILS_ENV=test
bundle exec rake test
* [RSpec](http://rspec.info/) unit and functional tests