Sha256: 76c1890e078016ddb27a4bd28bbaee44368cea6c0b4a16dfeac63084b450d1b8

Contents?: true

Size: 479 Bytes

Versions: 29

Compression:

Stored size: 479 Bytes

Contents

Feature: autonaming
  In order to save effort from thinking up names
  As an Editor
  I want to be able to skip naming cards where names matter little

  Background:
    Given I am signed in as Joe Admin
    And I create Phrase card "Book+*type+*autoname" with content "Book_1"

  Scenario: Simple cardtype autoname
    When I go to new Book
    And I press "Submit"
    Then I should see "Book_1"
    And I go to new Book
    And I press "Submit"
    Then I should see "Book_2"

Version data entries

29 entries across 29 versions & 1 rubygems

Version Path
wagn-1.17.1 features/autonaming.feature
wagn-1.17.0 features/autonaming.feature
wagn-1.16.15 features/autonaming.feature
wagn-1.16.14 features/autonaming.feature
wagn-1.16.13 features/autonaming.feature
wagn-1.16.12 features/autonaming.feature
wagn-1.16.11 features/autonaming.feature
wagn-1.16.10 features/autonaming.feature
wagn-1.16.9 features/autonaming.feature