From 60b07d64c841b9135b09801c9a14d6ebbae04c2d Mon Sep 17 00:00:00 2001 From: John Bintz Date: Wed, 30 Mar 2011 09:19:15 -0400 Subject: [PATCH] dumb change --- lib/rspec/quickfix-formatter.rb | 2 -- 1 file changed, 2 deletions(-) diff --git a/lib/rspec/quickfix-formatter.rb b/lib/rspec/quickfix-formatter.rb index 75e6cc6..82681e5 100644 --- a/lib/rspec/quickfix-formatter.rb +++ b/lib/rspec/quickfix-formatter.rb @@ -1,5 +1,3 @@ -require 'rspec/core/formatters/quick_fix_formatter' - module RSpec class QuickFixFormatter < RSpec::Core::Formatters::BaseTextFormatter def dump_summary(duration, example_count, failure_count, pending_count)