2014-08-10 17:04:05 -04:00
|
|
|
RSpec.describe Mutant::Mutator::Node do
|
2014-06-02 08:57:14 -04:00
|
|
|
Mutant::Meta::Example::ALL.each do |example|
|
|
|
|
context "on #{example.node.type.inspect}" do
|
|
|
|
it 'generates the correct mutations' do
|
|
|
|
verification = example.verification
|
|
|
|
unless verification.success?
|
|
|
|
fail verification.error_report
|
|
|
|
end
|
|
|
|
end
|
|
|
|
end
|
|
|
|
end
|
|
|
|
end
|