summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--spec/unit/client_spec.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/spec/unit/client_spec.rb b/spec/unit/client_spec.rb
index 67eb97f5c2..11c887d734 100644
--- a/spec/unit/client_spec.rb
+++ b/spec/unit/client_spec.rb
@@ -169,7 +169,6 @@ shared_examples_for Chef::Client do
it "should identify the node and run ohai, then register the client" do
mock_chef_rest_for_node = mock("Chef::REST (node)")
- mock_chef_rest_for_client = mock("Chef::REST (client)")
mock_chef_rest_for_node_save = mock("Chef::REST (node save)")
mock_chef_runner = mock("Chef::Runner")