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
|
||||
|
||||
Background:
|
||||
|
@ -1,4 +1,4 @@
|
||||
@sshd
|
||||
@sshd @mocked_home_directory
|
||||
Feature: `file_replace_content' task action
|
||||
|
||||
Background:
|
||||
|
@ -1,4 +1,4 @@
|
||||
@sshd
|
||||
@sshd @mocked_home_directory
|
||||
Feature: `file_write' task action
|
||||
|
||||
Background:
|
||||
|
@ -1,4 +1,4 @@
|
||||
@sshd
|
||||
@sshd @mocked_home_directory
|
||||
Feature: `mkdir' task action
|
||||
|
||||
Background:
|
||||
|
@ -1,4 +1,4 @@
|
||||
@sshd
|
||||
@sshd @mocked_home_directory
|
||||
Feature: `sh' task action
|
||||
|
||||
Scenario: forwards standard ouput
|
||||
|
@ -1,4 +1,4 @@
|
||||
@sshd
|
||||
@sshd @mocked_home_directory
|
||||
Feature: `yaml_write' task action
|
||||
|
||||
Background:
|
||||
|
@ -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:
|
||||
"""
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user