]> git.openstreetmap.org Git - rails.git/commitdiff
Reset database before running tests
authorTom Hughes <tom@compton.nu>
Wed, 26 Oct 2016 20:34:38 +0000 (21:34 +0100)
committerTom Hughes <tom@compton.nu>
Wed, 26 Oct 2016 20:34:38 +0000 (21:34 +0100)
.travis.yml

index 3737f2d1ceac7413a2a129e3e31482517374daaa..ad8f7e599ea42dff4504becf9e0aaa15625a942d 100644 (file)
@@ -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