Method: RSpec::OpenAPI::ResultRecorder#initialize

Defined in:
lib/rspec/openapi/result_recorder.rb

#initialize(path_records) ⇒ ResultRecorder

Returns a new instance of ResultRecorder.


4
5
6
7
# File 'lib/rspec/openapi/result_recorder.rb', line 4

def initialize(path_records)
  @path_records = path_records
  @error_records = {}
end