Sha256: d6a9e4a0b2027164544ec343c607b15bae062b6088384565d5784ae3f1183be2
Contents?: true
Size: 254 Bytes
Versions: 56
Compression:
Stored size: 254 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 'rake' require 'tasks/all' ENV["NO_RAILS"] = "1" task :default => [:'test:newrelic']
Version data entries
56 entries across 56 versions & 2 rubygems