Sha256: dec609ba3dd434366ec7b9429b77b91ad7fc72fbf8800c418e6a54d02e98265a

Contents?: true

Size: 588 Bytes

Versions: 1

Compression:

Stored size: 588 Bytes

Contents

Feature: Display default host information

  Scenario: Display default host information if it is setup
    Given I run local executable "hudson" with arguments "list --host localhost --port 3010"
    When I run local executable "hudson" with arguments "default_host"
    Then I should see exactly
      """
      http://localhost:3010
      """

  Scenario: Display warning if never used Hudson.rb before
    When I run local executable "hudson" with arguments "default_host"
    Then I should see exactly
      """
      ERROR: Either use --host or add remote servers.
      """
  
  
  

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
hudson-0.5.0 features/default_host.feature