Class: SpecGuard::RSpec::IngestCLI::Source
- Inherits:
-
Struct
- Object
- Struct
- SpecGuard::RSpec::IngestCLI::Source
- Defined in:
- lib/specguard/rspec/ingest_cli.rb
Overview
The file, as this tool reads it: the numbered lines that carry a
payload, a count of the blank ones that do not, and a count of the ones
the selector held back — with selector naming which flag did it, so
the summary can say. The blanks and the skips are counted rather than
dropped because a summary that quietly narrows what it is summarising is
the failure this project keeps finding.
Instance Attribute Summary collapse
-
#blank ⇒ Object
Returns the value of attribute blank.
-
#lines ⇒ Object
Returns the value of attribute lines.
-
#path ⇒ Object
Returns the value of attribute path.
-
#selector ⇒ Object
Returns the value of attribute selector.
-
#skipped ⇒ Object
Returns the value of attribute skipped.
Instance Attribute Details
#blank ⇒ Object
Returns the value of attribute blank
338 339 340 |
# File 'lib/specguard/rspec/ingest_cli.rb', line 338 def blank @blank end |
#lines ⇒ Object
Returns the value of attribute lines
338 339 340 |
# File 'lib/specguard/rspec/ingest_cli.rb', line 338 def lines @lines end |
#path ⇒ Object
Returns the value of attribute path
338 339 340 |
# File 'lib/specguard/rspec/ingest_cli.rb', line 338 def path @path end |
#selector ⇒ Object
Returns the value of attribute selector
338 339 340 |
# File 'lib/specguard/rspec/ingest_cli.rb', line 338 def selector @selector end |
#skipped ⇒ Object
Returns the value of attribute skipped
338 339 340 |
# File 'lib/specguard/rspec/ingest_cli.rb', line 338 def skipped @skipped end |