Sha256: 79bd08cd425d6a095d1f3aaca8f6cd69183f47544b777d3ce6a22039edee85c2
Contents?: true
Size: 605 Bytes
Versions: 17
Compression:
Stored size: 605 Bytes
Contents
Feature: Check URI paths In order to ensure reliable uricp usage As a command line user I want to reject badly formed URIs Scenario: source URI is incorrectly formatted When I run `uricp --dry-run file:fred rbd:///servers/fred` Then the exit status should not be 0 And the stderr should contain "invalid argument: 'from_uri' has missing path" Scenario: target URI is incorrectly formatted When I run `uricp --dry-run file:///fred rbd:servers/fred` Then the exit status should not be 0 And the stderr should contain "invalid argument: 'to_uri' has missing path"
Version data entries
17 entries across 17 versions & 1 rubygems