| Class | Spec::Runner::Reporter::Failure |
| In: |
lib/spec/runner/reporter.rb
|
| Parent: | Object |
| exception | [R] |
# File lib/spec/runner/reporter.rb, line 94
94: def initialize(example_name, exception)
95: @example_name = example_name
96: @exception = exception
97: end