use the default rake task

This commit is contained in:
Renée Hendricksen 2016-05-26 16:00:27 +02:00 committed by Tyranja
parent 3b490b58cb
commit 692308837d

View File

@ -19,7 +19,3 @@ services:
before_script:
- 'RAILS_ENV=test bundle exec rake db:create --trace'
script:
- bundle exec rspec spec
- bundle exec rspec core_specs