diff --git a/README.md b/README.md
index 7d1dc09b4d6bbbbf1ddfb2edfd5a87da591ba448..7818d40ac556af7d3f4af332691efe66437d444b 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