Sha256: 35953bae97106eae08d156ab0b1de2e8a2dbff71043c6bda7ebe53d823371ec6

Contents?: true

Size: 297 Bytes

Versions: 33

Compression:

Stored size: 297 Bytes

Contents

require 'bundler'
Bundler::GemHelper.install_tasks

require 'rake/testtask'

desc 'Test the paper_trail plugin.'
Rake::TestTask.new(:test) do |t|
  t.libs << 'lib'
  t.libs << 'test'
  t.pattern = 'test/**/*_test.rb'
  t.verbose = false
end

desc 'Default: run unit tests.'
task :default => :test

Version data entries

33 entries across 33 versions & 2 rubygems

Version Path
paper_trail-2.7.2 Rakefile
paper_trail-2.7.1 Rakefile
paper_trail-2.7.0 Rakefile
paper_trail-2.6.4 Rakefile
paper_trail-2.6.3 Rakefile
paper_trail-2.6.2 Rakefile
paper_trail-2.6.1 Rakefile
paper_trail-2.6.0 Rakefile
paper_trail-2.5.2 Rakefile
paper_trail-2.5.0 Rakefile
paper_trail-2.4.1 Rakefile
paper_trail-2.4.0 Rakefile
bkwld-paper_trail-2.3.3 Rakefile
paper_trail-2.3.3 Rakefile
bkwld-paper_trail-2.3.2 Rakefile
paper_trail-2.3.2 Rakefile
paper_trail-2.3.1 Rakefile
paper_trail-2.3.0 Rakefile
paper_trail-2.2.9 Rakefile
paper_trail-2.2.8 Rakefile