Whitespace

This commit is contained in:
Markus Schirp 2013-12-29 23:32:32 +01:00
parent 9edb375ef3
commit 49c71dcf75

View file

@ -9,7 +9,6 @@ describe Mutant::Matcher::Chain do
describe '#each' do
subject { object.each { |entry| yields << entry } }
let(:matchers) { [matcher_a, matcher_b] }
let(:matcher_a) { double('Matcher A') }