Class: SpecGuard::RSpec::IngestCLI::Folding

Inherits:
Struct
  • Object
show all
Defined in:
lib/specguard/rspec/ingest_cli.rb

Overview

Two or more accepted lines that went out with one ci_run_id and came back with one test_run_id — folding, observed rather than inferred. Grouped once (#folded_runs) and rendered twice, as a sentence by #folding_observation and as data by SpecGuard::RSpec::IngestReporter.

Instance Attribute Summary collapse

Instance Attribute Details

#ci_run_idObject

Returns the value of attribute ci_run_id

Returns:

  • (Object)

    the current value of ci_run_id



330
331
332
# File 'lib/specguard/rspec/ingest_cli.rb', line 330

def ci_run_id
  @ci_run_id
end

#numbersObject

Returns the value of attribute numbers

Returns:

  • (Object)

    the current value of numbers



330
331
332
# File 'lib/specguard/rspec/ingest_cli.rb', line 330

def numbers
  @numbers
end

#test_run_idObject

Returns the value of attribute test_run_id

Returns:

  • (Object)

    the current value of test_run_id



330
331
332
# File 'lib/specguard/rspec/ingest_cli.rb', line 330

def test_run_id
  @test_run_id
end