Sha256: b4f6db37d57223475ba1ff10e88c9c26309ef4f03ba95389224ed415e134f2b2

Contents?: true

Size: 247 Bytes

Versions: 13

Compression:

Stored size: 247 Bytes

Contents

require 'rake'
require 'rake/testtask'

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

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

Version data entries

13 entries across 13 versions & 1 rubygems

Version Path
active_shipping-0.12.6 lib/vendor/quantified/Rakefile
active_shipping-1.0.0.pre2 lib/vendor/quantified/Rakefile
active_shipping-1.0.0.pre1 lib/vendor/quantified/Rakefile
active_shipping-0.12.5 lib/vendor/quantified/Rakefile
active_shipping-0.12.4 lib/vendor/quantified/Rakefile
active_shipping-0.12.3 lib/vendor/quantified/Rakefile
active_shipping-0.12.2 lib/vendor/quantified/Rakefile
active_shipping-0.12.1 lib/vendor/quantified/Rakefile
active_shipping-0.12.0 lib/vendor/quantified/Rakefile
active_shipping-0.11.2 lib/vendor/quantified/Rakefile
active_shipping-0.11.1 lib/vendor/quantified/Rakefile
active_shipping-0.11.0 lib/vendor/quantified/Rakefile
active_shipping-0.10.1 lib/vendor/quantified/Rakefile