Sha256: 5ec98fe93d3b055b3ce5f2afc1495ccb4b811a4869ae9d4c629da90222c24516

Contents?: true

Size: 481 Bytes

Versions: 25

Compression:

Stored size: 481 Bytes

Contents

Feature: Reading listing
  In order to be able to check if a reading still exists
  As a developer
  I want to check that on the service

  @kalibro_configuration_restart
  Scenario: With an existing reading
    Given I have a reading group with name "RG"
    And the given reading group has the following readings:
      |   label   | grade |     color    |
      | "Awesome" |  10   |     3333ff   |
    When I ask to check if the given reading exists
    Then I should get true

Version data entries

25 entries across 25 versions & 1 rubygems

Version Path
kalibro_client-0.1.1 features/reading/exists.feature
kalibro_client-0.1.0 features/reading/exists.feature
kalibro_client-0.0.3 features/reading/exists.feature
kalibro_client-0.0.2 features/reading/exists.feature
kalibro_client-0.0.1 features/reading/exists.feature