summaryrefslogtreecommitdiff
path: root/spec/unit/client_spec.rb
diff options
context:
space:
mode:
authorJoe Richards <nospam-github@disconformity.net>2014-04-01 11:55:17 -0700
committerJoe Richards <nospam-github@disconformity.net>2014-04-01 11:55:17 -0700
commit9ceda4f5de8713950bd7bade6c9a078c863bc474 (patch)
tree146d72b88600ef64a3b63db833751eecebb11389 /spec/unit/client_spec.rb
parentf5852e8d570c2c2f0c2442484629cb969ebd909c (diff)
downloadchef-9ceda4f5de8713950bd7bade6c9a078c863bc474.tar.gz
Removed puts for testing
Diffstat (limited to '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 51899f0e43..6aa98843c0 100644
--- a/spec/unit/client_spec.rb
+++ b/spec/unit/client_spec.rb
@@ -495,7 +495,6 @@ describe Chef::Client do
test_env = Chef::Environment.new
test_env.name("A")
- puts test_env.name
mock_chef_rest = double("Chef::REST")
mock_chef_rest.should_receive(:get_rest).with("environments/A").and_return(test_env)