method
new
1.1.12 -
Show latest stable
- Class:
Spec::Runner::Reporter::Failure
new(example, exception)public
No documentation available.
# File lib/spec/runner/reporter.rb, line 138
def initialize(example, exception)
@example = example
@exception = exception
end