Sha256: bb26f7c875cb1724de7c3cf36df83031602271844fdccfc17783c5b8890ac17b
Contents?: true
Size: 214 Bytes
Versions: 2
Compression:
Stored size: 214 Bytes
Contents
# encoding: utf-8 require 'spec_helper' describe Mutant::Mutator::Node::Generic, 'defined?' do let(:source) { 'defined?(foo)' } let(:mutations) { [] } it_should_behave_like 'a mutator' end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
mutant-0.3.0.rc1 | spec/unit/mutant/mutator/node/defined_predicate/mutation_spec.rb |
mutant-0.3.0.beta22 | spec/unit/mutant/mutator/node/defined_predicate/mutation_spec.rb |