Sha256: 2f8e46a7fcc7e1a1919292517a105f59441930afd5233a579de1516f031bb6f8

Contents?: true

Size: 754 Bytes

Versions: 9

Compression:

Stored size: 754 Bytes

Contents

@step_features
Feature: SSH steps
  In order to test a running system
  As an administrator
  I want to know what SSH steps are available

  Background:
    Given that "cuken/ssh" has been required

  Scenario: SSH
    Then these steps are defined for "cuken/cucumber/ssh.rb":
      | step                                       |
      |a SSH client user                           |
      |a SSH client user "([^\"]*)"                |
      |a SSH client hostname                       |
      |a SSH client hostname "([^\"]*)"            |
      |default ssh-forever options                 |
      |I initialize password-less SSH access       |
      |I initialize password-less SSH access for:  |
      |the ssh-forever options:                    |

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
cuken-0.1.22 features/ssh_steps/ssh_steps.feature
cuken-0.1.21 features/ssh_steps/ssh_steps.feature
cuken-0.1.20 features/ssh_steps/ssh_steps.feature
cuken-0.1.19 features/ssh_steps/ssh_steps.feature
cuken-0.1.18 features/ssh_steps/ssh_steps.feature
cuken-0.1.17 features/ssh_steps/ssh_steps.feature
cuken-0.1.16 features/ssh_steps/ssh_steps.feature
cuken-0.1.15 features/ssh_steps/ssh_steps.feature
cuken-0.1.13 features/ssh_steps/ssh_steps.feature