Sha256: 4b3a2cfb3070d61920505ec017922607a4c36c5e49a7e1e63fd5c32c243805d9

Contents?: true

Size: 583 Bytes

Versions: 5

Compression:

Stored size: 583 Bytes

Contents

Feature: Add Update Brand

  Background:
    Given I've added my credentials

  Scenario: I add a new brand
    When I add a new brand
    Then the brand should have been created

  Scenario: I add a brand that already exists
    When I add a brand that already exists
    Then I should get an error for already defined brand

  Scenario: I update a brand that already exists
    When I update an existing brand
    Then the brand should have been updated

  Scenario: I ignore an existing brand
    When I ignore existing brand on update
    Then the brand should have been updated

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
ship_compliant-0.2.1 features/add_update_brand.feature
ship_compliant-0.2.0 features/add_update_brand.feature
ship_compliant-0.1.2 features/add_update_brand.feature
ship_compliant-0.1.1 features/add_update_brand.feature
ship_compliant-0.1.0 features/add_update_brand.feature