Class: Flatware::Cucumber::Formatter::Checkpoint
- Inherits:
-
Struct
- Object
- Struct
- Flatware::Cucumber::Formatter::Checkpoint
- Defined in:
- lib/flatware/cucumber/formatter.rb
Instance Attribute Summary collapse
-
#scenarios ⇒ Object
Returns the value of attribute scenarios.
-
#steps ⇒ Object
Returns the value of attribute steps.
Instance Method Summary collapse
Instance Attribute Details
#scenarios ⇒ Object
Returns the value of attribute scenarios
9 10 11 |
# File 'lib/flatware/cucumber/formatter.rb', line 9 def scenarios @scenarios end |
#steps ⇒ Object
Returns the value of attribute steps
9 10 11 |
# File 'lib/flatware/cucumber/formatter.rb', line 9 def steps @steps end |
Instance Method Details
#failures? ⇒ Boolean
10 11 12 |
# File 'lib/flatware/cucumber/formatter.rb', line 10 def failures? scenarios.any?(&:failed?) end |