| Class | CI::Reporter::RSpecFailure |
| In: |
lib/ci/reporter/rspec.rb
|
| Parent: | Object |
Wrapper around a RSpec error or failure to be used by the test suite to interpret results.
| exception | [R] |
# File lib/ci/reporter/rspec.rb, line 33
33: def initialize(failure)
34: @failure = failure
35: @exception = failure.exception
36: end