Sha256: cdc9b2b305b4f68a1638b4878a9f27e2ce56865aa98e808b5dddf6badbf6d6ce
Contents?: true
Size: 344 Bytes
Versions: 27
Compression:
Stored size: 344 Bytes
Contents
RSpec.describe Mutant::Mutator::Node do 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
Version data entries
27 entries across 27 versions & 1 rubygems