lib/hydra/spec/hydra_formatter.rb in hydra-0.16.4 vs lib/hydra/spec/hydra_formatter.rb in hydra-0.16.5
- old
+ new
@@ -4,9 +4,13 @@
module Formatter
class HydraFormatter < ProgressBarFormatter
# Stifle the post-test summary
def dump_summary(duration, example, failure, pending)
end
+
+ # Stifle the output of pending examples
+ def example_pending(*args)
+ end
end
end
end
end