2014-08-10 21:04:05 +00:00
|
|
|
RSpec.describe Mutant::Mutator::Node do
|
2014-06-02 12:57:14 +00: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
|