Feature: Example

  Scenario: Passing Scenario
    Given the system is in a testable state
    When the client requests an object
    Then the response contains the object

  Scenario: Failing Scenario
    Given the system is in a testable state
    When the client requests an object
    Then the response is invalid
