Stifle pending specs
# File lib/hydra/spec/hydra_formatter.rb, line 20 def dump_pending end
Stifle the post-test summary
# File lib/hydra/spec/hydra_formatter.rb, line 16 def dump_summary(duration, example, failure, pending) end
# File lib/hydra/spec/hydra_formatter.rb, line 12 def example_failed(example) end
# File lib/hydra/spec/hydra_formatter.rb, line 6 def example_passed(example) end
# File lib/hydra/spec/hydra_formatter.rb, line 9 def example_pending(example) end