another tweak

This commit is contained in:
John Bintz 2011-03-30 09:14:49 -04:00
parent c598ad850d
commit d15a002953

View File

@ -1,7 +1,7 @@
require 'rspec/core/formatters/quick_fix_formatter' require 'rspec/core/formatters/quick_fix_formatter'
module RSpec module RSpec
class QuickFixFormatter < BaseTextFormatter class QuickFixFormatter < RSpec::Core::Formatters::BaseTextFormatter
def dump_summary(duration, example_count, failure_count, pending_count) def dump_summary(duration, example_count, failure_count, pending_count)
end end