| Class | CI::Reporter::CucumberFailure |
| In: |
lib/ci/reporter/cucumber.rb
|
| Parent: | Object |
| step | [R] |
# File lib/ci/reporter/cucumber.rb, line 37
37: def location
38: step.exception.backtrace.join("\n")
39: end