test/environments/rails32/Rakefile in newrelic_rpm-3.14.1.311 vs test/environments/rails32/Rakefile in newrelic_rpm-3.14.2.312
- old
+ new
@@ -6,6 +6,7 @@
RpmTestApp::Application.load_tasks
require 'tasks/all'
Rake::Task["default"].clear
-task :default => [:'test:newrelic']
+task :default => [:'test:newrelic_with_db']
+task :'test:newrelic_with_db' => [:'db:create', :'test:newrelic']