Class: Specbandit::RspecBatchResult
- Inherits:
-
BatchResult
- Object
- Struct
- BatchResult
- Specbandit::RspecBatchResult
- Defined in:
- lib/specbandit/rspec_adapter.rb
Overview
RSpec-specific batch result that extends BatchResult with the path to the JSON output file. The Worker uses this to accumulate per-example results for rich reporting (failed spec details, etc.).
Instance Attribute Summary collapse
-
#json_path ⇒ Object
Returns the value of attribute json_path.
Attributes inherited from BatchResult
#batch_num, #duration, #exit_code, #files
Instance Attribute Details
#json_path ⇒ Object
Returns the value of attribute json_path.
13 14 15 |
# File 'lib/specbandit/rspec_adapter.rb', line 13 def json_path @json_path end |