spec/functional/knife/cookbook_delete_spec.rb in chef-10.26.0 vs spec/functional/knife/cookbook_delete_spec.rb in chef-10.28.0.rc.0

- old
+ new

@@ -40,10 +40,10 @@ after(:all) do Chef::Config.configuration = @original_config @server.stop end - context "when the the cookbook doesn't exist" do + context "when the cookbook doesn't exist" do before do @log_output = StringIO.new Chef::Log.logger = Logger.new(@log_output) Chef::Log.level = :debug