From 8bbac4576b7c75f47a3a940dc5fb6b1217a3c397 Mon Sep 17 00:00:00 2001 From: Dmitriy Zaporozhets Date: Tue, 25 Mar 2014 12:10:50 +0200 Subject: Simplify run tests command Signed-off-by: Dmitriy Zaporozhets --- README.md | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 7d1dc09b4d6..7818d40ac55 100644 --- a/README.md +++ b/README.md @@ -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 -- cgit v1.2.3