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
7 8 9 |
# File 'lib/flatware/cucumber/formatter.rb', line 7 def scenarios @scenarios end |
#steps ⇒ Object
Returns the value of attribute steps
7 8 9 |
# File 'lib/flatware/cucumber/formatter.rb', line 7 def steps @steps end |
Instance Method Details
#failures? ⇒ Boolean
8 9 10 |
# File 'lib/flatware/cucumber/formatter.rb', line 8 def failures? scenarios.any? &:failed? end |