Class: TestBench::DetectCoverage::Output
- Inherits:
-
Object
- Object
- TestBench::DetectCoverage::Output
- Includes:
- Fixture::Output
- Defined in:
- lib/test_bench/detect_coverage/detect_coverage.rb
Instance Attribute Summary collapse
-
#current_test_file ⇒ Object
Returns the value of attribute current_test_file.
Instance Method Summary collapse
Instance Attribute Details
#current_test_file ⇒ Object
Returns the value of attribute current_test_file.
85 86 87 |
# File 'lib/test_bench/detect_coverage/detect_coverage.rb', line 85 def current_test_file @current_test_file end |
Instance Method Details
#enter_file(path) ⇒ Object
87 88 89 |
# File 'lib/test_bench/detect_coverage/detect_coverage.rb', line 87 def enter_file(path) self.current_test_file = path end |