summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBryan McLellan <btm@loftninjas.org>2013-11-06 09:19:47 -0800
committerBryan McLellan <btm@loftninjas.org>2013-11-06 09:19:47 -0800
commitb8f2dc8a2acc9e9978f5f2c30aaa6b31b4e9cd94 (patch)
treed58509f674c24f9bb9b6f48f9e7f0d799f00c1e3
parent0563324d8e2031a2eae66100dedd805b7845881e (diff)
parent84bd90396e687abaefd04b2757bcb656dc4da726 (diff)
downloadchef-b8f2dc8a2acc9e9978f5f2c30aaa6b31b4e9cd94.tar.gz
Merge pull request #1102 from ryotarai/remove-unused-variable-in-client_spec
Remove an unused variable in spec/unit/client_spec.rb
-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")