Update cucumber-sshd test dependency to ~> 1.0

This commit is contained in:
Thibault Jouan 2015-04-05 05:39:49 +00:00
parent 5c53796987
commit f3970c1fc6
8 changed files with 8 additions and 8 deletions

View File

@ -1,4 +1,4 @@
@sshd
@sshd @mocked_home_directory
Feature: `file_append' task action
Background:

View File

@ -1,4 +1,4 @@
@sshd
@sshd @mocked_home_directory
Feature: `file_replace_content' task action
Background:

View File

@ -1,4 +1,4 @@
@sshd
@sshd @mocked_home_directory
Feature: `file_write' task action
Background:

View File

@ -1,4 +1,4 @@
@sshd
@sshd @mocked_home_directory
Feature: `mkdir' task action
Background:

View File

@ -1,4 +1,4 @@
@sshd
@sshd @mocked_home_directory
Feature: `sh' task action
Scenario: forwards standard ouput

View File

@ -1,4 +1,4 @@
@sshd
@sshd @mocked_home_directory
Feature: `yaml_write' task action
Background:

View File

@ -18,7 +18,7 @@ Feature: `test_macro' recipe keyword
Then the output must contain "2"
And the output must not contain "1"
@sshd
@sshd @mocked_home_directory
Scenario: has access to core tests
Given a recipe with:
"""

View File

@ -23,6 +23,6 @@ Gem::Specification.new do |s|
s.add_development_dependency 'rspec', '~> 3.1'
s.add_development_dependency 'cucumber', '~> 2.0'
s.add_development_dependency 'aruba', '~> 0.5'
s.add_development_dependency 'cucumber-sshd', '~> 0.1'
s.add_development_dependency 'cucumber-sshd', '~> 1.0'
s.add_development_dependency 'rake', '~> 10.1'
end