Sha256: 4b6d7abee2e78e69fd44f130785a272ad93be54ab90402851f7b51a30cb0e943

Contents?: true

Size: 561 Bytes

Versions: 9

Compression:

Stored size: 561 Bytes

Contents

Feature: Find
  In order to be able to have ranges
  As a developer
  I want to find ranges

@kalibro_configuration_restart
Scenario: find a valid range
    Given I have a kalibro configuration with name "Java"
    And I have a reading group with name "Group"
    And I have a metric configuration within the given kalibro configuration
    And I have a reading within the given reading group
    And I have a range within the given reading
    When I search a range with the same id of the given range
    Then it should return the same range as the given one

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
kalibro_client-5.0.0 features/kalibro_range/find.feature
kalibro_client-4.0.0 features/kalibro_range/find.feature
kalibro_client-4.0.0.alpha1 features/kalibro_range/find.feature
kalibro_client-3.0.1 features/kalibro_range/find.feature
kalibro_client-3.0.0 features/kalibro_range/find.feature
kalibro_client-2.1.2 features/kalibro_range/find.feature
kalibro_client-2.1.1 features/kalibro_range/find.feature
kalibro_client-2.1.0 features/kalibro_range/find.feature
kalibro_client-2.0.0 features/kalibro_range/find.feature