Sha256: 3196abb2fdac12fe0495111aa337a71266f2dcf6591b6fda8f27b58a1a477f50

Contents?: true

Size: 448 Bytes

Versions: 1

Compression:

Stored size: 448 Bytes

Contents

Feature: Subscribe to a list
In order to send mass mailings in the future
As a developer
I want to subscribe given email addresses to a list
And I also want to potentially pass merge variables

Scenario: Email subscription
  Given I have a valid mailchimp account
  And a list named "Testing"
  And I have logged in
  When I attempt to subscribe "user@enlightsolutions.com" to the "Testing" list
  Then the subscription should submit successfully

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
monkey_party-0.2.0 features/list_subscribe.feature