Sha256: bd32107508401a5caa126671232305d6db3727249806961efda34ed1a704af3c
Contents?: true
Size: 785 Bytes
Versions: 7
Compression:
Stored size: 785 Bytes
Contents
Feature: templates In order to create structures As a Wagneer I want to template cards Background: Given I log in as Joe User Scenario: New templated card When I go to new Book Then I should see "+author" And I should see "+illustrator" Scenario: Create and edit templated card When I create Book card "Ulysses" with plusses: |author|illustrator| |Joyce|Picasso| And I go to card "Ulysses" Then In the main card content I should see "Joyce" And In the main card content I should see "Picasso" When I edit "Ulysses" with plusses: |author|illustrator| |Tolstoy|Goya| And I go to card "Ulysses" Then In the main card content I should see "Tolstoy" And In the main card content I should see "Goya"
Version data entries
7 entries across 7 versions & 1 rubygems