CI test on both MySQL and SQLite

This commit is contained in:
Dan Rice 2015-02-22 18:19:48 -05:00
parent 0f336c4e2f
commit 4405015384
2 changed files with 5 additions and 3 deletions

View file

@ -9,7 +9,7 @@ task :ci do |t|
require 'simplecov'
SimpleCov.start 'rails'
[:environment, 'test:all', 'cucumber'].each do |t|
[:environment, 'db:create', 'test:all', 'cucumber'].each do |t|
Rake::Task[t].invoke
end
end