Adjust mutation expection according to change in to_source

This commit is contained in:
Markus Schirp 2012-12-14 19:40:46 +01:00
parent dfa190255c
commit 83f86ffbdc

View file

@ -11,7 +11,7 @@ describe Mutant::Mutator::Node::Literal, 'float' do
mutations << random_float.to_s
mutations << '0.0/0.0'
mutations << '1.0/0.0'
mutations << '-1.0 / 0.0'
mutations << '-(1.0 / 0.0)'
mutations << '-10.0'
end