summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBryan McLellan <btm@getchef.com>2014-09-29 18:51:17 -0700
committerBryan McLellan <btm@getchef.com>2014-09-29 18:51:17 -0700
commit4723cad1d101ad11348dca9ef5d30325d9e9b944 (patch)
tree4fcbce0b413fa739e6a57c7aecfae5cd25a956bf
parent08be0f5941ea7d120e717b1db93c21d477457e22 (diff)
downloadchef-btm/group_functional_tests.tar.gz
Cleanup commented out codebtm/group_functional_tests
-rw-r--r--spec/functional/resource/group_spec.rb2
1 files changed, 0 insertions, 2 deletions
diff --git a/spec/functional/resource/group_spec.rb b/spec/functional/resource/group_spec.rb
index d88fb64386..9c14232071 100644
--- a/spec/functional/resource/group_spec.rb
+++ b/spec/functional/resource/group_spec.rb
@@ -371,12 +371,10 @@ downthestreetalwayshadagoodsmileonhisfacetheoldmanwalkingdownthestreeQQQQQQ" }
describe "when there is no group" do
it "raises an error on modify" do
lambda { group_resource.run_action(:modify) }.should raise_error
- #group_should_not_exist(group_name)
end
it "does not raise an error on manage" do
lambda { group_resource.run_action(:manage) }.should_not raise_error
- #group_should_not_exist(group_name)
end
end