Sha256: 6b6180c2eb5d4d27c0b291e4ecc99da0cf03b2e4642cf98bef2e621f7baaae27

Contents?: true

Size: 277 Bytes

Versions: 20

Compression:

Stored size: 277 Bytes

Contents

# encoding: utf-8

require 'devtools'

Devtools.init_rake_tasks

Rake.application.load_imports
task('metrics:mutant').clear

namespace :metrics do
  task :mutant => :coverage do
    $stderr.puts 'Mutant self mutation is disable till mutant is fast enough for travis'
  end
end

Version data entries

20 entries across 20 versions & 1 rubygems

Version Path
mutant-0.5.10 Rakefile
mutant-0.5.9 Rakefile
mutant-0.5.8 Rakefile
mutant-0.5.7 Rakefile
mutant-0.5.6 Rakefile
mutant-0.5.5 Rakefile
mutant-0.5.4 Rakefile
mutant-0.5.3 Rakefile
mutant-0.5.2 Rakefile
mutant-0.5.1 Rakefile
mutant-0.5.0 Rakefile
mutant-0.3.6 Rakefile
mutant-0.3.5 Rakefile
mutant-0.3.4 Rakefile
mutant-0.3.3 Rakefile
mutant-0.3.2 Rakefile
mutant-0.3.0.rc3 Rakefile
mutant-0.3.0.rc2 Rakefile
mutant-0.3.0.rc1 Rakefile
mutant-0.3.0.beta22 Rakefile