actually get it working with modern rspec

This commit is contained in:
John Bintz 2011-08-04 13:36:48 -04:00
parent 2c79435c2f
commit 15dbca2ee3
1 changed files with 0 additions and 9 deletions

View File

@ -3,15 +3,6 @@ module RSpec
module Core module Core
module Formatters module Formatters
class HydraFormatter < ProgressFormatter class HydraFormatter < ProgressFormatter
def example_passed(example)
end
def example_pending(example)
end
def example_failed(example)
end
# Stifle the post-test summary # Stifle the post-test summary
def dump_summary(duration, example, failure, pending) def dump_summary(duration, example, failure, pending)
end end