Sha256: 99909c51304f65fd3b26bfd8b90ac9d7515b5d6a44f5c85b73ec022bfb530d48

Contents?: true

Size: 203 Bytes

Versions: 13

Compression:

Stored size: 203 Bytes

Contents

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

13 entries across 13 versions & 1 rubygems

Version Path
mutations-0.7.2 Rakefile
mutations-0.7.1 Rakefile
mutations-0.7.0 Rakefile
mutations-0.6.0 Rakefile
mutations-0.5.12 Rakefile
mutations-0.5.11 Rakefile
mutations-0.5.10 Rakefile
mutations-0.5.9 Rakefile
mutations-0.5.4 Rakefile
mutations-0.5.3 Rakefile
mutations-0.5.2 Rakefile
mutations-0.5.1 Rakefile
mutations-0.5.0 Rakefile