Sha256: 7115286f6be3856fb1127995b4e3574a9aaacb70c6a5c43f37d809998b136c6e

Contents?: true

Size: 250 Bytes

Versions: 30

Compression:

Stored size: 250 Bytes

Contents

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

Version data entries

30 entries across 30 versions & 1 rubygems

Version Path
unparser-0.2.4 Rakefile
unparser-0.2.3 Rakefile
unparser-0.2.2 Rakefile
unparser-0.2.1 Rakefile
unparser-0.2.0 Rakefile
unparser-0.1.16 Rakefile
unparser-0.1.15 Rakefile
unparser-0.1.14 Rakefile
unparser-0.1.13 Rakefile
unparser-0.1.12 Rakefile
unparser-0.1.11 Rakefile
unparser-0.1.10 Rakefile
unparser-0.1.9 Rakefile
unparser-0.1.8 Rakefile
unparser-0.1.7 Rakefile
unparser-0.1.6 Rakefile
unparser-0.1.5 Rakefile
unparser-0.1.4 Rakefile
unparser-0.1.3 Rakefile
unparser-0.1.2 Rakefile