Sha256: 75ec43dff1cc596184a7e38c90c6ecaf21b2fa8f78b9a795bebd9ea92445e1d8

Contents?: true

Size: 232 Bytes

Versions: 5

Compression:

Stored size: 232 Bytes

Contents

require "bundler/gem_tasks"
require "rake/testtask"
Rake::TestTask.new(:test) do |test|
  test.libs << "spec"
  # test.warning = true # Wow that outputs a lot of shit
  test.pattern = "spec/**/*_spec.rb"
end

task :default => :test

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
mutations-0.9.0 Rakefile
mutations-0.8.3 Rakefile
mutations-0.8.2 Rakefile
mutations-0.8.1 Rakefile
mutations-0.8.0 Rakefile