Sha256: 07f7fefd33bc2cc3ed0532d3765100fc99ffb963b271176d618befcde0882ddb

Contents?: true

Size: 592 Bytes

Versions: 5

Compression:

Stored size: 592 Bytes

Contents

Feature: Display default host information

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

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

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
jenkins-0.6.4 features/default_host.feature
jenkins-0.6.3 features/default_host.feature
jenkins-0.6.2 features/default_host.feature
jenkins-0.6.1 features/default_host.feature
jenkins-0.6.0 features/default_host.feature