Fix whitespace

This commit is contained in:
Markus Schirp 2014-04-04 15:53:36 +00:00
parent 9c1dd40fa3
commit 19bfce9525

View file

@ -22,7 +22,6 @@ describe Mutant::Mutator, 'send' do
it_should_behave_like 'a mutator'
end
context 'when using #gsub' do
let(:source) { 'foo.gsub(a, b)' }