Sha256: 61b523effc5c6c795f379565bc7987c4e7b0a1df75e79030c0219c9f850f75d8

Contents?: true

Size: 541 Bytes

Versions: 1

Compression:

Stored size: 541 Bytes

Contents

Feature: List available domains
  I want to see the available domains I can associate with my AppCloud apps

  Scenario: Show domains without any records:
    Given I have setup my fog credentials for "DNSimple"
    And I have DNS domain "myapp.com" with provider "DNSimple"
    And I have DNS domain "myotherapp.com" with provider "DNSimple"
    When I run local executable "ey-dns" with arguments "domains"
    Then I should see exactly
      """
      DNSimple:
        myapp.com - 0 records
        myotherapp.com - 0 records

      """

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
engineyard-dns-1.1.0 features/list_available_domains.feature