spec/unit/tailor/reporter_spec.rb in tailor-1.3.1 vs spec/unit/tailor/reporter_spec.rb in tailor-1.4.0
- old
+ new
@@ -43,10 +43,9 @@
t
end
context 'without output file' do
it 'calls #file_report on each @formatters' do
- label = :some_label
formatter.should_receive(:summary_report).with(all_problems)
File.should_not_receive(:open)
subject.summary_report(all_problems)
end