Update cucumber-sshd test dependency to ~> 1.0
This commit is contained in:
parent
5c53796987
commit
f3970c1fc6
@ -1,4 +1,4 @@
|
|||||||
@sshd
|
@sshd @mocked_home_directory
|
||||||
Feature: `file_append' task action
|
Feature: `file_append' task action
|
||||||
|
|
||||||
Background:
|
Background:
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
@sshd
|
@sshd @mocked_home_directory
|
||||||
Feature: `file_replace_content' task action
|
Feature: `file_replace_content' task action
|
||||||
|
|
||||||
Background:
|
Background:
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
@sshd
|
@sshd @mocked_home_directory
|
||||||
Feature: `file_write' task action
|
Feature: `file_write' task action
|
||||||
|
|
||||||
Background:
|
Background:
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
@sshd
|
@sshd @mocked_home_directory
|
||||||
Feature: `mkdir' task action
|
Feature: `mkdir' task action
|
||||||
|
|
||||||
Background:
|
Background:
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
@sshd
|
@sshd @mocked_home_directory
|
||||||
Feature: `sh' task action
|
Feature: `sh' task action
|
||||||
|
|
||||||
Scenario: forwards standard ouput
|
Scenario: forwards standard ouput
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
@sshd
|
@sshd @mocked_home_directory
|
||||||
Feature: `yaml_write' task action
|
Feature: `yaml_write' task action
|
||||||
|
|
||||||
Background:
|
Background:
|
||||||
|
@ -18,7 +18,7 @@ Feature: `test_macro' recipe keyword
|
|||||||
Then the output must contain "2"
|
Then the output must contain "2"
|
||||||
And the output must not contain "1"
|
And the output must not contain "1"
|
||||||
|
|
||||||
@sshd
|
@sshd @mocked_home_directory
|
||||||
Scenario: has access to core tests
|
Scenario: has access to core tests
|
||||||
Given a recipe with:
|
Given a recipe with:
|
||||||
"""
|
"""
|
||||||
|
@ -23,6 +23,6 @@ Gem::Specification.new do |s|
|
|||||||
s.add_development_dependency 'rspec', '~> 3.1'
|
s.add_development_dependency 'rspec', '~> 3.1'
|
||||||
s.add_development_dependency 'cucumber', '~> 2.0'
|
s.add_development_dependency 'cucumber', '~> 2.0'
|
||||||
s.add_development_dependency 'aruba', '~> 0.5'
|
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'
|
s.add_development_dependency 'rake', '~> 10.1'
|
||||||
end
|
end
|
||||||
|
Loading…
x
Reference in New Issue
Block a user