Sha256: 35a6c58bd316def8e14320abfd829e7af6e5acd068cc74e51abea612271a4dc8
Contents?: true
Size: 286 Bytes
Versions: 2
Compression:
Stored size: 286 Bytes
Contents
# encoding: utf-8 require 'spec_helper' describe Mutant::Mutator::Node::Generic, 'restarg' do let(:source) { 'foo(*bar)' } let(:mutations) do mutants = [] mutants << 'foo' mutants << 'foo(nil)' mutants << 'foo(bar)' end 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/restarg/mutation_spec.rb |
mutant-0.3.0.beta22 | spec/unit/mutant/mutator/node/restarg/mutation_spec.rb |