Method: Spec::Runner::Reporter::Failure#initialize
- Defined in:
- lib/spec/runner/reporter.rb
#initialize(group, example, exception) ⇒ Failure
Returns a new instance of Failure.
136 137 138 |
# File 'lib/spec/runner/reporter.rb', line 136 def initialize(group, example, exception) @group, @example, @exception = group, example, exception end |