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-5.0.0 features/reading/exists.feature
kalibro_client-4.0.0 features/reading/exists.feature
kalibro_client-4.0.0.alpha1 features/reading/exists.feature
kalibro_client-3.0.1 features/reading/exists.feature
kalibro_client-3.0.0 features/reading/exists.feature
kalibro_client-2.1.2 features/reading/exists.feature
kalibro_client-2.1.1 features/reading/exists.feature
kalibro_client-2.1.0 features/reading/exists.feature
kalibro_client-2.0.0 features/reading/exists.feature
kalibro_client-1.4.1 features/reading/exists.feature
kalibro_client-1.4.0 features/reading/exists.feature
kalibro_client-1.3.0 features/reading/exists.feature
kalibro_client-1.2.2 features/reading/exists.feature
kalibro_client-0.5.0 features/reading/exists.feature
kalibro_client-1.2.0 features/reading/exists.feature
kalibro_client-1.1.0 features/reading/exists.feature
kalibro_client-0.4.0 features/reading/exists.feature
kalibro_client-1.0.0 features/reading/exists.feature
kalibro_client-0.3.0 features/reading/exists.feature
kalibro_client-0.2.0 features/reading/exists.feature