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