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