Sha256: 59ab3f4c325aa63bc5cd7632bbe7807199d03d9f0b5a7c3d57d899a62b90f526

Contents?: true

Size: 326 Bytes

Versions: 18

Compression:

Stored size: 326 Bytes

Contents

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

Rake::TestTask.new do |t|
  t.libs.push "lib"
  t.pattern = 'test/{minitest_helper,unit/**/*}.rb'
  t.verbose = true
end

Rake::TestTask.new("test:integration") do |t|
  t.libs.push "lib"
  t.pattern = 'test/integration/**/*.rb'
  t.verbose = true
end

task default: :test

Version data entries

18 entries across 18 versions & 1 rubygems

Version Path
cieloz-0.0.21 Rakefile
cieloz-0.0.20 Rakefile
cieloz-0.0.19 Rakefile
cieloz-0.0.18 Rakefile
cieloz-0.0.17 Rakefile
cieloz-0.0.16 Rakefile
cieloz-0.0.15 Rakefile
cieloz-0.0.14 Rakefile
cieloz-0.0.13 Rakefile
cieloz-0.0.12 Rakefile
cieloz-0.0.11 Rakefile
cieloz-0.0.10 Rakefile
cieloz-0.0.9 Rakefile
cieloz-0.0.8 Rakefile
cieloz-0.0.7 Rakefile
cieloz-0.0.4 Rakefile
cieloz-0.0.3 Rakefile
cieloz-0.0.2 Rakefile