Simplify run tests command
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
This commit is contained in:
parent
e320ee3fb7
commit
8bbac4576b
1 changed files with 1 additions and 6 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue