Sha256: c004e3ad5ac99bd40c5e185bd5a8bbb71fecef416842c3c0319face5adbedfba

Contents?: true

Size: 897 Bytes

Versions: 8

Compression:

Stored size: 897 Bytes

Contents

Feature: Grouping
  In order to test that the JSON stream can be grouped into common tags
  As a developer
  I want to create new mangling objects
  And then group the data held within them

  Scenario: After grouping the mangling object remains valid
    Given I already have a valid JSON mock stream containing groups
    When I group the contents of the mangling object
    Then the JSON mangler remains valid

  Scenario: After grouping the correct groups are formed
    Given I already have a valid JSON mock stream containing groups
    When I group the contents of the mangling object
    Then the JSON stream is grouped correctly

  Scenario: Trying a group a non-repeating JSON stream makes no difference
    Given I already have a valid JSON mock stream containing no groups
    When I group the contents of the mangling object
    Then the JSON stream remains the same as at the start

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
leenookx-json-mangler-0.1.0 features/group.feature
leenookx-json-mangler-0.1.1 features/group.feature
leenookx-json-mangler-0.1.2 features/group.feature
leenookx-json-mangler-0.2.1 features/group.feature
leenookx-json-mangler-0.2.2 features/group.feature
leenookx-json-mangler-0.2.3 features/group.feature
leenookx-json-mangler-0.2.5 features/group.feature
leenookx-json-mangler-0.2.6 features/group.feature