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