Sha256: 54e6125dd76183541cdb6bd6a02451224c9a8ee25f7d3a38e02780ea82ad808d

Contents?: true

Size: 337 Bytes

Versions: 15

Compression:

Stored size: 337 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.join(File.dirname(__FILE__), 'config', 'boot'))

require 'rake'
require 'rake/testtask'

gem 'newrelic_rpm'
require 'tasks/all'

task :default => [:'test:newrelic']

Version data entries

15 entries across 5 versions & 1 rubygems

Version Path
newrelic_rpm-3.6.8.168 test/environments/rails22/Rakefile
newrelic_rpm-3.6.8.168 test/environments/rails21/Rakefile
newrelic_rpm-3.6.8.168 test/environments/rails23/Rakefile
newrelic_rpm-3.6.8.164 test/environments/rails21/Rakefile
newrelic_rpm-3.6.8.164 test/environments/rails22/Rakefile
newrelic_rpm-3.6.8.164 test/environments/rails23/Rakefile
newrelic_rpm-3.6.7.159 test/environments/rails23/Rakefile
newrelic_rpm-3.6.7.159 test/environments/rails22/Rakefile
newrelic_rpm-3.6.7.159 test/environments/rails21/Rakefile
newrelic_rpm-3.6.7.159.beta test/environments/rails22/Rakefile
newrelic_rpm-3.6.7.159.beta test/environments/rails21/Rakefile
newrelic_rpm-3.6.7.159.beta test/environments/rails23/Rakefile
newrelic_rpm-3.6.7.152 test/environments/rails21/Rakefile
newrelic_rpm-3.6.7.152 test/environments/rails23/Rakefile
newrelic_rpm-3.6.7.152 test/environments/rails22/Rakefile