From: Tom Hughes Date: Wed, 26 Oct 2016 20:34:38 +0000 (+0100) Subject: Reset database before running tests X-Git-Tag: live~3752 X-Git-Url: https://git.openstreetmap.org/rails.git/commitdiff_plain/15395bb94403bd5f2ecb2d9887573cca58801b1f Reset database before running tests --- diff --git a/.travis.yml b/.travis.yml index 3737f2d1c..ad8f7e599 100644 --- a/.travis.yml +++ b/.travis.yml @@ -26,4 +26,4 @@ before_script: script: - bundle exec rubocop -f fuubar - bundle exec rake jshint - - bundle exec rake test + - bundle exec rake test:db