lib/spec/runner/formatter/failing_behaviours_formatter.rb in rspec-0.9.1 vs lib/spec/runner/formatter/failing_behaviours_formatter.rb in rspec-0.9.2

- old
+ new

@@ -7,10 +7,9 @@ end def example_failed(name, counter, failure) unless @behaviour_name.nil? @output.puts @behaviour_name - @output.flush @behaviour_name = nil end end def dump_failure(counter, failure) \ No newline at end of file