Sha256: 9a025c21215311c36fe897129d4c4b7abfdc2df7376ba39c7cfc7865493cb286

Contents?: true

Size: 429 Bytes

Versions: 17

Compression:

Stored size: 429 Bytes

Contents

# Add your own tasks in files placed in lib/tasks ending in .rake,
# for example lib/tasks/capistrano.rake, and they will automatically be available to Rake.

require File.expand_path('../config/application', __FILE__)
require 'rake'

RpmTestApp::Application.load_tasks
require 'tasks/all'

Rake::Task["default"].clear
task :default => [:'test:newrelic_with_db']
task :'test:newrelic_with_db' => [:'db:create', :'test:newrelic']

Version data entries

17 entries across 17 versions & 2 rubygems

Version Path
newrelic_rpm-4.1.0.333 test/environments/rails32/Rakefile
newrelic_rpm-4.0.0.332 test/environments/rails32/Rakefile
newrelic_rpm-3.18.1.330 test/environments/rails32/Rakefile
newrelic_rpm-3.18.0.329 test/environments/rails32/Rakefile
newrelic_rpm-3.17.2.327 test/environments/rails32/Rakefile
newrelic_rpm-3.17.1.326 test/environments/rails32/Rakefile
newrelic_rpm-3.17.0.325 test/environments/rails32/Rakefile
newrelic_rpm-3.16.3.323 test/environments/rails32/Rakefile
newrelic_rpm-3.16.2.321 test/environments/rails32/Rakefile
newrelic_rpm-3.16.1.320 test/environments/rails32/Rakefile
newrelic_rpm-3.16.0.318 test/environments/rails32/Rakefile
ish_lib_manager-0.0.1 test/dummy/vendor/bundle/ruby/2.3.0/gems/newrelic_rpm-3.15.2.317/test/environments/rails32/Rakefile
newrelic_rpm-3.15.2.317 test/environments/rails32/Rakefile
newrelic_rpm-3.15.1.316 test/environments/rails32/Rakefile
newrelic_rpm-3.15.0.314 test/environments/rails32/Rakefile
newrelic_rpm-3.14.3.313 test/environments/rails32/Rakefile
newrelic_rpm-3.14.2.312 test/environments/rails32/Rakefile