Sha256: 031b460d02139331284c6e342bb9656a19ecee80f6b0c4adc96d3fa89b2c0e3a

Contents?: true

Size: 438 Bytes

Versions: 1

Compression:

Stored size: 438 Bytes

Contents

Feature: Run simple remote subprocesses that has bad auth data

  As a ruby hacker
  I want to run system remote subprocesses that require auth data
  So they can be secure
  And actually remote :)

  Scenario: run simple remote subprocess with bad auth data
    Given I have a new remote subproces with invalid username
    And invalid password
    When I run the remote subprocess
    Then the remote subprocess should return an error

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
subprocess-0.1.6 features/popen_remote_fails_with_invalid_auth_data.feature