Skip to content

Commit

Permalink
[yaml_normalizer] Reverted to using revision no. in mutant's since op…
Browse files Browse the repository at this point in the history
…tion
  • Loading branch information
JanTaras29 committed Aug 8, 2019
1 parent 0baa016 commit 518ef25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ end
desc 'Mutation testing to check mutation coverage of current RSpec test suite'
task :mutant do
mutant_sh = 'bundle exec mutant \
--since v1.2.0 \
--since 0baa016e8a89b81b35e74ff988594dc11fbd48f5 \
--include lib \
--require yaml_normalizer \
--use rspec YamlNormalizer* 2>&1'
Expand Down

0 comments on commit 518ef25

Please sign in to comment.