Sha256: 3379270a58e1f8502fd99fe2b1819f029e5d8b6ea563d86ad20da81a706e069d

Contents?: true

Size: 1.12 KB

Versions: 3

Compression:

Stored size: 1.12 KB

Contents

Feature: Managing Recipients for Newsletters
  Background:
    Given there is no Newsletter named 'Superior Soy Beans Discount!'
    And there is no 'Junk-food addicts' Recipient List
    And there is no identity named 'Bourne'
  @sendgrid_adding_recipients
  Scenario: Adding a Recipient List to a Newsletter
    Given I add the 'Bourne' Identity
    And I add a Newsletter named 'Superior Soy Beans Discount!' written by 'Bourne'
    And I add a Recipient List named 'Junk-food addicts'
    When I add 'Junk-food addicts' to 'Superior Soy Beans Discount!'
    Then 'Junk-food addicts' will be notified when 'Superior Soy Beans Discount!' is delivered
  @sendgrid_removing_recipients
  Scenario: Removing a Recipient List from a Newsletter
    Given I add the 'Bourne' Identity
    And I add a Newsletter named 'Superior Soy Beans Discount!' written by 'Bourne'
    And I add a Recipient List named 'Junk-food addicts'
    And I add 'Junk-food addicts' to 'Superior Soy Beans Discount!'
    When I remove 'Junk-food addicts' from 'Superior Soy Beans Discount!'
    Then no one will be notified when 'Superior Soy Beans Discount!' is delivered

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
newslettre-0.1.1 features/recipients.feature
newslettre-0.1.0 features/recipients.feature
newslettre-0.0.1 features/recipients.feature