Class: Spec::Runner::Formatter::HydraFormatter
- Inherits:
-
ProgressBarFormatter
- Object
- ProgressBarFormatter
- Spec::Runner::Formatter::HydraFormatter
- Defined in:
- lib/hydra/spec/hydra_formatter.rb
Instance Method Summary collapse
-
#dump_summary(duration, example, failure, pending) ⇒ Object
Stifle the post-test summary.
-
#example_pending(*args) ⇒ Object
Stifle the output of pending examples.
Instance Method Details
#dump_summary(duration, example, failure, pending) ⇒ Object
Stifle the post-test summary
7 8 |
# File 'lib/hydra/spec/hydra_formatter.rb', line 7 def dump_summary(duration, example, failure, pending) end |
#example_pending(*args) ⇒ Object
Stifle the output of pending examples
11 12 |
# File 'lib/hydra/spec/hydra_formatter.rb', line 11 def example_pending(*args) end |