Sha256: b7ec2d8ed66b0faa00affcebeccf71fd8b8a5ea8ce0eaea5b3e9496c4da80fbe

Contents?: true

Size: 269 Bytes

Versions: 24

Compression:

Stored size: 269 Bytes

Contents

require "rake"
require "rake/testtask"
require "bundler/gem_tasks"

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

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

Version data entries

24 entries across 24 versions & 1 rubygems

Version Path
will_pickdate-1.0.0 Rakefile
will_pickdate-0.9.9 Rakefile
will_pickdate-0.9.8 Rakefile
will_pickdate-0.9.7 Rakefile
will_pickdate-0.9.6 Rakefile
will_pickdate-0.9.5 Rakefile
will_pickdate-0.9.4 Rakefile
will_pickdate-0.9.3 Rakefile
will_pickdate-0.9.2 Rakefile
will_pickdate-0.9.1 Rakefile
will_pickdate-0.9.0 Rakefile
will_pickdate-0.1.8 Rakefile
will_pickdate-0.1.7 Rakefile
will_pickdate-0.1.6 Rakefile
will_pickdate-0.1.5 Rakefile
will_pickdate-0.1.4 Rakefile
will_pickdate-0.1.3 Rakefile
will_pickdate-0.1.2 Rakefile
will_pickdate-0.0.9 Rakefile
will_pickdate-0.0.8 Rakefile