summaryrefslogtreecommitdiff
path: root/spec/unit/knife/user_delete_spec.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/unit/knife/user_delete_spec.rb')
-rw-r--r--spec/unit/knife/user_delete_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/unit/knife/user_delete_spec.rb b/spec/unit/knife/user_delete_spec.rb
index 0f71b39a41..68749fe727 100644
--- a/spec/unit/knife/user_delete_spec.rb
+++ b/spec/unit/knife/user_delete_spec.rb
@@ -51,7 +51,7 @@ describe Chef::Knife::UserDelete do
end
it "deletes the user" do
- #expect(knife).to receive(:delete_object).with(Chef::UserV1, 'my_user')
+ # expect(knife).to receive(:delete_object).with(Chef::UserV1, 'my_user')
expect(knife).to receive(:delete_object).with("my_user")
knife.run
end