Sha256: 589062ff9b24ba056e114defb7febc357e3d7208dd83ee2ba43c77f1b148a1f5

Contents?: true

Size: 239 Bytes

Versions: 4

Compression:

Stored size: 239 Bytes

Contents

require "bundler/setup"

require 'rake/testtask'

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

task :default => :test

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
act_with_bag-1.0.0 Rakefile
act_with_bag-0.5.7 Rakefile
act_with_bag-0.5.6 Rakefile
act_with_bag-0.5.5 Rakefile