Sha256: 68aea6e27cb23acf7ebc794cea56e3e730117a4ea42f464afd04d9d7a535bf58
Contents?: true
Size: 361 Bytes
Versions: 9
Compression:
Stored size: 361 Bytes
Contents
require 'spec_helper' 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
9 entries across 9 versions & 1 rubygems