Commit 8bbac4576b7c75f47a3a940dc5fb6b1217a3c397
1 parent
e320ee3f
Exists in
spb-stable
and in
3 other branches
Simplify run tests command
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
Showing
1 changed file
with
1 additions
and
6 deletions
Show diff stats
README.md
... | ... | @@ -96,14 +96,9 @@ or start each component separately |
96 | 96 | |
97 | 97 | ### Run the tests |
98 | 98 | |
99 | -* Seed the database | |
100 | - | |
101 | - bundle exec rake db:setup RAILS_ENV=test | |
102 | - bundle exec rake db:seed_fu RAILS_ENV=test | |
103 | - | |
104 | 99 | * Run all tests |
105 | 100 | |
106 | - bundle exec rake gitlab:test RAILS_ENV=test | |
101 | + bundle exec rake test | |
107 | 102 | |
108 | 103 | * [RSpec](http://rspec.info/) unit and functional tests |
109 | 104 | ... | ... |