spec/formatters/text_spec.rb in fukuzatsu-2.3.0 vs spec/formatters/text_spec.rb in fukuzatsu-2.3.1

- old
+ new

@@ -3,12 +3,11 @@ describe Fukuzatsu::Formatters::Text do let (:summary) { Fukuzatsu::Summary.new( :source => "foo.rb", :entity => "Foo", - :container => "Foo", - :summaries => [] + :container => "Foo" ) } let (:formatter) { Fukuzatsu::Formatters::Text.new(summary: summary, base_output_path: nil) } @@ -34,6 +33,6 @@ ] ) end end -end \ No newline at end of file +end