Sha256: 94d2d6c6d5a68d469e3f0b2fa5a1f334e65393be27176fe5c348a4dbd7184dea
Contents?: true
Size: 530 Bytes
Versions: 1
Compression:
Stored size: 530 Bytes
Contents
@docker_env Feature: Validate URL Config Scenario: Use DOCKER_HOST Given a file named "spoon_config" with: """ options[:url] = "tcp://127.0.0.1:2376" options[:image] = "spoon_test" """ When I run `spoon -c /dev/null --prefix "test-" -l` Then the exit status should be 0 And the output should contain: """ No spoon containers running at tcp://127.0.0.1:2375 """ When I run `spoon -c spoon_config -l` Then the exit status should be 1 And the output should contain: """ Connection refused """
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
docker-spoon-1.0.0 | features/docker_host_env.feature |