Sha256: 1ae7f1fd47407cfa2e0af4d6c91770ea6120b3cd317a8e74926ce48d673759ce

Contents?: true

Size: 998 Bytes

Versions: 6

Compression:

Stored size: 998 Bytes

Contents

# START:rsvp_story
Story: minimalist RSVPs
  As a guest with lots to do
  I want to RSVP to an invite with a minimum of mouse clicks
  So that I can get on with the rest of my tasks
  # END:rsvp_story
  
  # START:email_free
  Scenario: email-free RSVPs
    Given a party called "a disco anniversary"
    When I view the invitation
    Then I should see the party details

    When I answer that "Robert Bell" will not attend
    Then I should see "Robert Bell" in the list of decliners
    # END:email_free

  # START:rsvp_email
  Scenario: RSVP links from email
    Given a party called "a salute to e-mail"
    And a guest list of "one@example.com,two@example.com"
    When I view the invitation
    Then I should see that e-mail was sent to "one@example.com,two@example.com"

    When I view the e-mail that was sent to "one@example.com"
    Then I should see "Yes/No" links
    When I follow the "Yes" link
    Then I should see "one@example.com" in the list of partygoers
    # END:rsvp_email

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
win_gui-0.1.6 book_code/story/rsvp.story
win_gui-0.1.4 book_code/story/rsvp.story
win_gui-0.1.3 book_code/story/rsvp.story
win_gui-0.1.2 book_code/story/rsvp.story
win_gui-0.1.1 book_code/story/rsvp.story
win_gui-0.1.0 book_code/story/rsvp.story