diff --git a/lib/tasks/ci.rake b/lib/tasks/ci.rake index 72381a901c..8cd10f18c9 100644 --- a/lib/tasks/ci.rake +++ b/lib/tasks/ci.rake @@ -69,7 +69,7 @@ namespace :ci do }.merge(db_info) File.open("config/database.yml", 'w') do |f| - YAML.dump({"test" => database_yml}, f) + YAML.dump({"test" => database_yml, 'development' => database_yml}, f) end # Create and migrate the database