Class: Specbandit::RspecBatchResult

Inherits:
BatchResult
  • Object
show all
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

Attributes inherited from BatchResult

#batch_num, #duration, #exit_code, #files

Instance Attribute Details

#json_pathObject

Returns the value of attribute json_path.



13
14
15
# File 'lib/specbandit/rspec_adapter.rb', line 13

def json_path
  @json_path
end