Sha256: 24c14cf53b0dd5d17b7dc22255336d5c0babf0e5afef053a7d73a0427a26bf28

Contents?: true

Size: 239 Bytes

Versions: 6

Compression:

Stored size: 239 Bytes

Contents

require "bundler"
require 'rake/testtask'

Rake::TestTask.new do |t|
  t.libs << 'lib'
  t.libs << 'test'
  t.pattern = 'test/**/*_test.rb'
  t.verbose = false
end

desc "Run tests"
task :default => :test

Bundler::GemHelper.install_tasks

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
active-record-profiler-2.0.0 Rakefile
active-record-profiler-1.2.1 Rakefile
active-record-profiler-1.2.0 Rakefile
active-record-profiler-1.1.0 Rakefile
active-record-profiler-1.0 Rakefile
active-record-profiler-0.1 Rakefile