Sha256: b4d54753cc2d67b3f6ddf87c3591516d9d01e1ffbac314d0ee01efae9fee28dd

Contents?: true

Size: 495 Bytes

Versions: 9

Compression:

Stored size: 495 Bytes

Contents

@no-clobber
Feature: Mandrill
  Background:
    Given I have created the app "myapp" with pah

  Scenario: Have correct files
    Then I have the file config/environments/production.rb and contents of this file should include:
      """
      config.action_mailer.default_url_options = { host: ENV['CANONICAL_HOST'] }
      """
    Then I have the file config/environments/production.rb and contents of this file should include:
      """
      config.action_mailer.smtp_settings = {
      """

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
pah-0.0.27 features/sendgrid.feature
pah-0.0.26 features/sendgrid.feature
pah-0.0.25 features/sendgrid.feature
pah-0.0.24 features/sendgrid.feature
pah-0.0.23 features/mandrill.feature
pah-0.0.22 features/mandrill.feature
pah-0.0.21 features/mandrill.feature
pah-0.0.20 features/mandrill.feature
pah-0.0.19 features/mandrill.feature