Sha256: 8f57b1401e60c62561eed39bd760ac593915c5365bb3c05b86e9033e9eb0fd64

Contents?: true

Size: 1.06 KB

Versions: 1

Compression:

Stored size: 1.06 KB

Contents

Feature: Assign DNS to environment IP address
  I want to assign DNS record to an AppCloud environment IP address

  Background:
    Given I have setup my engineyard email/password for API access
    And I have "two apps" in AppCloud
    And I expect to create DNSimple::Record with attributes:
      | domain      | myapp.com     |
      | content     | 174.129.7.113 |
      | record_type | A             |
    
  Scenario: Assign DNS A Record to an environment
    When I run local executable "ey-dnsimple" with arguments "assign myapp.com --account main --environment giblets"
    Then I should see exactly
      """
      Fetching environment information...
      Assigning myapp.com --> 174.129.7.113 (main/giblets)
      Created A record for banjowilliams.com (id:40434)
      Assigning www.myapp.com --> 174.129.7.113 (main/giblets)
      Created A record for banjowilliams.com (id:40435)
      Complete!
      Found 2 records for myapp.com
      	.myapp.com (A)-> 174.129.7.113 (ttl:0, id:40434)
      	www.myapp.com (A)-> 174.129.7.113 (ttl:0, id:40435)
      """
  
  
  

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
engineyard-dnsimple-0.1.1 features/assign_dns_to_environment.feature