summaryrefslogtreecommitdiff
path: root/spec/functional/knife
diff options
context:
space:
mode:
authorStefano Tortarolo <stefano.tortarolo@gmail.com>2012-11-02 14:17:27 +0100
committerBryan McLellan <btm@opscode.com>2013-07-26 09:34:10 -0700
commit0fa3386956e61aa87b2845c805d7ea9ad120a0bf (patch)
treed1d9f5b1f7d7dfb6024463897b71379141a5cfcc /spec/functional/knife
parent00a78e2ae5e8ed9ca7705947f88db2691528a3b0 (diff)
downloadchef-0fa3386956e61aa87b2845c805d7ea9ad120a0bf.tar.gz
Fix typo in spec
Diffstat (limited to 'spec/functional/knife')
-rw-r--r--spec/functional/knife/cookbook_delete_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/functional/knife/cookbook_delete_spec.rb b/spec/functional/knife/cookbook_delete_spec.rb
index ef38cb2e1f..a6dba9bc28 100644
--- a/spec/functional/knife/cookbook_delete_spec.rb
+++ b/spec/functional/knife/cookbook_delete_spec.rb
@@ -42,7 +42,7 @@ describe Chef::Knife::CookbookDelete do
@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