Class: RSpec::Core::Formatters::HydraFormatter

Inherits:
ProgressFormatter
  • Object
show all
Defined in:
lib/hydra/spec/hydra_formatter.rb

Instance Method Summary collapse

Instance Method Details

#dump_pendingObject

Stifle pending specs



20
21
# File 'lib/hydra/spec/hydra_formatter.rb', line 20

def dump_pending
end

#dump_summary(duration, example, failure, pending) ⇒ Object

Stifle the post-test summary



16
17
# File 'lib/hydra/spec/hydra_formatter.rb', line 16

def dump_summary(duration, example, failure, pending)
end

#example_failed(example) ⇒ Object



12
13
# File 'lib/hydra/spec/hydra_formatter.rb', line 12

def example_failed(example)
end

#example_passed(example) ⇒ Object



6
7
# File 'lib/hydra/spec/hydra_formatter.rb', line 6

def example_passed(example)
end

#example_pending(example) ⇒ Object



9
10
# File 'lib/hydra/spec/hydra_formatter.rb', line 9

def example_pending(example)
end