Method: CIRunner::TestFailure#klass
- Defined in:
- lib/ci_runner/test_failure.rb
#klass ⇒ String (readonly)
Returns The name of the class that included the failing test.
16 17 18 |
# File 'lib/ci_runner/test_failure.rb', line 16 def klass @klass end |