Whitespace
This commit is contained in:
parent
9edb375ef3
commit
49c71dcf75
1 changed files with 0 additions and 1 deletions
|
@ -9,7 +9,6 @@ describe Mutant::Matcher::Chain do
|
||||||
describe '#each' do
|
describe '#each' do
|
||||||
subject { object.each { |entry| yields << entry } }
|
subject { object.each { |entry| yields << entry } }
|
||||||
|
|
||||||
|
|
||||||
let(:matchers) { [matcher_a, matcher_b] }
|
let(:matchers) { [matcher_a, matcher_b] }
|
||||||
|
|
||||||
let(:matcher_a) { double('Matcher A') }
|
let(:matcher_a) { double('Matcher A') }
|
||||||
|
|
Loading…
Reference in a new issue