Sha256: ef6357c43a9f9764b8aa64a42b2eec7d2b39bc10ebb53ad47322c41145b3847a

Contents?: true

Size: 491 Bytes

Versions: 11

Compression:

Stored size: 491 Bytes

Contents

@javascript
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

11 entries across 11 versions & 2 rubygems

Version Path
wagn-1.21.1 features/autonaming.feature
decko-0.3.2 features/autonaming.feature
decko-0.3.1 features/autonaming.feature
decko-0.3.0 features/autonaming.feature
decko-0.2.2 features/autonaming.feature
decko-0.2.1 features/autonaming.feature
decko-0.2 features/autonaming.feature
decko-0.1 features/autonaming.feature
wagn-1.21.0 features/autonaming.feature
wagn-1.20.4 features/autonaming.feature
wagn-1.20.3 features/autonaming.feature