Sha256: 158819a7c62786a94d065c673d5603bc50ac91b70c8ca0f5c08aacba640363cb

Contents?: true

Size: 409 Bytes

Versions: 9

Compression:

Stored size: 409 Bytes

Contents

Feature: Messages are tied to mailings even without subscriptions
  In order to have relations with non-subscribed contacts
  As an administrator
  I want to send messages for contacts that aren't subscribed
  
  Scenario:
    Given I am logged in and authorized for everything
    And a mailing with subject "Mailing" exists
    And a contact named "Bob Dole" exists with email_address "bob@example.com"

  

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
mail_manager-3.2.25.1 spec/test_app/features/message.feature
mail_manager-3.2.22.0 spec/test_app/features/message.feature
mail_manager-3.2.7 spec/test_app/features/message.feature
mail_manager-3.2.6 spec/test_app/features/message.feature
mail_manager-3.2.5 spec/test_app/features/message.feature
mail_manager-3.2.4 spec/test_app/features/message.feature
mail_manager-3.2.2 spec/test_app/features/message.feature
mail_manager-3.2.1 spec/test_app/features/message.feature
mail_manager-3.2.0 spec/test_app/features/message.feature