Class | Spec::Runner::Reporter::Failure |
In: |
lib/spec/runner/reporter.rb
|
Parent: | Object |
exception | [R] |
# File lib/spec/runner/reporter.rb, line 84 84: def initialize(context_name, spec_name, exception) 85: @context_name = context_name 86: @spec_name = spec_name 87: @exception = exception 88: end