Sha256: a1735eaa5207e15292d3b293f7453342bdeee8edde73b459a7032e8852b6bc4f
Contents?: true
Size: 309 Bytes
Versions: 38
Compression:
Stored size: 309 Bytes
Contents
require 'spec_helper' describe Mutant::Mutator::Node::Literal, 'string' do let(:random_string) { 'bar' } let(:source) { '"foo"' } let(:mutations) do %W(nil "#{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