Rakefile 250 Bytes Edit Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 10 11 require 'devtools' Devtools.init_rake_tasks Rake.application.load_imports task('metrics:mutant').clear namespace :metrics do task :mutant => :coverage do $stderr.puts 'Mutant is disabled till flexible rspec strategy is implemented' end end