lib/cuken/cucumber/chef/knife.rb in cuken-0.1.8 vs lib/cuken/cucumber/chef/knife.rb in cuken-0.1.9

- old
+ new

@@ -21,10 +21,10 @@ # World(::Cuken::Api::Chef::Knife) Given /^the Knife file "([^"]*)"$/ do |path| in_current_dir do - chef.client_knife_path = Pathname(path).expand_path.realdirpath + chef.knife_config_file = Pathname(path).expand_path.realdirpath end end When /^I delete the Chef admin client "([^"]*)"$/ do |client_name| delete_client(client_name)