Sha256: 6775594938888749d29e00c8b38944a746917a96146589b01f440db1eb14305d

Contents?: true

Size: 408 Bytes

Versions: 153

Compression:

Stored size: 408 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'
require 'rdoc/task'

gem 'newrelic_rpm'

require 'tasks/rails'
require 'tasks/all'

Rake::Task["default"].clear
task :default => [:'test:newrelic']

Version data entries

153 entries across 51 versions & 2 rubygems

Version Path
newrelic_rpm-4.1.0.333 test/environments/rails21/Rakefile
newrelic_rpm-4.1.0.333 test/environments/rails22/Rakefile
newrelic_rpm-4.1.0.333 test/environments/rails23/Rakefile
newrelic_rpm-4.0.0.332 test/environments/rails21/Rakefile
newrelic_rpm-4.0.0.332 test/environments/rails23/Rakefile
newrelic_rpm-4.0.0.332 test/environments/rails22/Rakefile
newrelic_rpm-3.18.1.330 test/environments/rails21/Rakefile
newrelic_rpm-3.18.1.330 test/environments/rails22/Rakefile
newrelic_rpm-3.18.1.330 test/environments/rails23/Rakefile
newrelic_rpm-3.18.0.329 test/environments/rails21/Rakefile
newrelic_rpm-3.18.0.329 test/environments/rails23/Rakefile
newrelic_rpm-3.18.0.329 test/environments/rails22/Rakefile
newrelic_rpm-3.17.2.327 test/environments/rails22/Rakefile
newrelic_rpm-3.17.2.327 test/environments/rails23/Rakefile
newrelic_rpm-3.17.2.327 test/environments/rails21/Rakefile
newrelic_rpm-3.17.1.326 test/environments/rails21/Rakefile
newrelic_rpm-3.17.1.326 test/environments/rails22/Rakefile
newrelic_rpm-3.17.1.326 test/environments/rails23/Rakefile
newrelic_rpm-3.17.0.325 test/environments/rails22/Rakefile
newrelic_rpm-3.17.0.325 test/environments/rails23/Rakefile