Sha256: c4dc4f59f606ce9c882438f8f826c16ce97fe3e269e7671686b54ab5120b75d7

Contents?: true

Size: 432 Bytes

Versions: 25

Compression:

Stored size: 432 Bytes

Contents

Feature: Readings Of
  In order to be able to have readings
  As a developer
  I want to get the readings of the given reading group

  @kalibro_configuration_restart
  Scenario: readings of a valid reading group
    Given I have a reading group with name "Kalibro"
    And I have a reading within the given reading group
    When I ask for the readings of the given reading group
    Then I should get a list with the given reading

Version data entries

25 entries across 25 versions & 1 rubygems

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