Sha256: 9d95bbd0da3045bd7cf76b8d89cab7ba1daf1661a42bedb72a3058b304256f82
Contents?: true
Size: 394 Bytes
Versions: 3
Compression:
Stored size: 394 Bytes
Contents
desc 'Run mutest on itself' namespace :metrics do task :mutest do arguments = %w[ bundle exec mutest --include lib --since HEAD~1 --require mutest --use rspec --zombie ] arguments.concat(%w[--jobs 4]) if ENV.key?('CIRCLECI') arguments.concat(%w[-- Mutest*]) Kernel.system(*arguments) or fail 'Mutant task is not successful' end end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
mutest-0.0.9 | Rakefile |
mutest-0.0.8 | Rakefile |
mutest-0.0.7 | Rakefile |