Sha256: 2fe89aa525fdffc830f6e1c928336a543b85faa88ec52707bb8602410529c2bf

Contents?: true

Size: 138 Bytes

Versions: 11

Compression:

Stored size: 138 Bytes

Contents

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

Rake::TestTask.new do |t|
  t.pattern = "test/*_test.rb"
end

task :default => :test

Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
unwind-0.13.2 Rakefile
unwind-0.2.1 Rakefile
unwind-0.11.1 Rakefile
unwind-0.11.0 Rakefile
unwind-0.10.0 Rakefile
unwind-0.9.6 Rakefile
unwind-0.9.5 Rakefile
unwind-0.9.4 Rakefile
unwind-0.9.3 Rakefile
unwind-0.9.1 Rakefile
unwind-0.9.0 Rakefile