Sha256: cd6cd76f881a00d8ee92c8eb8762e60402a68d780c96613e41de6236caf157b1
Contents?: true
Size: 313 Bytes
Versions: 38
Compression:
Stored size: 313 Bytes
Contents
require 'spec_helper' describe Mutant::Mutator::Node::Literal, 'symbol' do let(:random_string) { 'bar' } let(:source) { ':foo' } let(:mutations) do %w(nil) << ":s#{random_string}" end before do Mutant::Random.stub(:hex_string => random_string) end it_should_behave_like 'a mutator' end
Version data entries
38 entries across 38 versions & 1 rubygems