cucumber-chef 2.1.0.rc.14 → 2.1.0.rc.15

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -75,9 +75,9 @@ end
75
75
 
76
76
  Then /^I should( not)? see the "([^\"]*)" of "([^\"]*)" in the output$/ do |boolean, key, name|
77
77
  if (!boolean)
78
- @output.should =~ /#{$test_lab.drb.containers[name][key.downcase.to_sym]}/i
78
+ @output.should =~ /#{$test_lab.containers.to_a[name][key.downcase.to_sym]}/i
79
79
  else
80
- @output.should_not =~ /#{$test_lab.drb.containers[name][key.downcase.to_sym]}/i
80
+ @output.should_not =~ /#{$test_lab.containers.to_a[name][key.downcase.to_sym]}/i
81
81
  end
82
82
  end
83
83
 
@@ -24,7 +24,7 @@ module Cucumber
24
24
 
25
25
  ################################################################################
26
26
 
27
- VERSION = "2.1.0.rc.14" unless const_defined?(:VERSION)
27
+ VERSION = "2.1.0.rc.15" unless const_defined?(:VERSION)
28
28
 
29
29
  ################################################################################
30
30
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: cucumber-chef
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.1.0.rc.14
4
+ version: 2.1.0.rc.15
5
5
  prerelease: 6
6
6
  platform: ruby
7
7
  authors: