Wrapper around a RSpec error or failure to be used by the test suite to interpret results.
# File lib/ci/reporter/rspec.rb, line 38 def failure? @failure.expectation_not_met? end
# File lib/ci/reporter/rspec.rb, line 48 def location() (exception.backtrace || ["No backtrace available"]).join("\n") end
Generated with the Darkfish Rdoc Generator 2.