From d15a002953052cb0c5438b2e034ce48ba02d7015 Mon Sep 17 00:00:00 2001 From: John Bintz Date: Wed, 30 Mar 2011 09:14:49 -0400 Subject: [PATCH] another tweak --- lib/rspec/quickfix-formatter.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/rspec/quickfix-formatter.rb b/lib/rspec/quickfix-formatter.rb index e6209f7..75e6cc6 100644 --- a/lib/rspec/quickfix-formatter.rb +++ b/lib/rspec/quickfix-formatter.rb @@ -1,7 +1,7 @@ require 'rspec/core/formatters/quick_fix_formatter' module RSpec - class QuickFixFormatter < BaseTextFormatter + class QuickFixFormatter < RSpec::Core::Formatters::BaseTextFormatter def dump_summary(duration, example_count, failure_count, pending_count) end