Closed YungSang closed 11 years ago
Sorry everything was in flux when you grabbed master it looks like. This has been re-worked already.
Latest master is stable now; I'm only tweaking at this point.
Oh Thanks!
With v2.1.0.rc.14
I'd like to let you know that I modified ssh_steps.rb as below.
drb.containers -> containers.to_a
Then /^I should( not)? see the "([^\"]*)" of "([^\"]*)" in the output$/ do |boolean, key, name| if (!boolean) @output.should =~ /#{$test_lab.containers.to_a[name][key.downcase.to_sym]}/i else @output.should_not =~ /#{$test_lab.containers.to_a[name][key.downcase.to_sym]}/i end end
Nice catch; thanks!
rc.15 is out with the fix
Thanks!
It may be a wrong way to where you are going, but I had to modify some templates to execute cucumber on Vagrant with v2.1.0.rc.12.