From 15dbca2ee358386c5454bc1951eed1e51156cb9e Mon Sep 17 00:00:00 2001 From: John Bintz Date: Thu, 4 Aug 2011 13:36:48 -0400 Subject: [PATCH] actually get it working with modern rspec --- lib/hydra/spec/hydra_formatter.rb | 9 --------- 1 file changed, 9 deletions(-) diff --git a/lib/hydra/spec/hydra_formatter.rb b/lib/hydra/spec/hydra_formatter.rb index 3069d87..c308393 100644 --- a/lib/hydra/spec/hydra_formatter.rb +++ b/lib/hydra/spec/hydra_formatter.rb @@ -3,15 +3,6 @@ module RSpec module Core module Formatters class HydraFormatter < ProgressFormatter - def example_passed(example) - end - - def example_pending(example) - end - - def example_failed(example) - end - # Stifle the post-test summary def dump_summary(duration, example, failure, pending) end