Sha256: 0bae39536dac929578c1ceb70444f4320d7f2f834cebf72d99ad8eaf7951cb00
Contents?: true
Size: 325 Bytes
Versions: 24
Compression:
Stored size: 325 Bytes
Contents
# encoding: utf-8 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
24 entries across 24 versions & 1 rubygems