Sha256: 96a5e97f5ef4d957a757bb789430e4e35dce16caad29772d71936f086225c7f3
Contents?: true
Size: 292 Bytes
Versions: 20
Compression:
Stored size: 292 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' require 'tasks/all' task :default => [:'test:newrelic']
Version data entries
20 entries across 5 versions & 1 rubygems