Sha256: b0030378fee1a99242a4dccd0f2071e9836b60add5ee3b543aec1ab53ee122cb

Contents?: true

Size: 419 Bytes

Versions: 1

Compression:

Stored size: 419 Bytes

Contents

Feature: Making a new message
  In order to to be able to send a message
  Users should be able to
  Create a message object
  
  Scenario: Making a basic plain text email from a string
    Given a basic email in a string
    When I parse the basic email
    Then the 'from' field should be 'bob'

    | attribute   | value |
    | to          | mikel |
    | subject     | Hello! |
    | body        | email message |

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
rack-mail_exception-0.0.1 vendor/mail/spec/features/making_a_new_message.feature