From 4723cad1d101ad11348dca9ef5d30325d9e9b944 Mon Sep 17 00:00:00 2001 From: Bryan McLellan Date: Mon, 29 Sep 2014 18:51:17 -0700 Subject: Cleanup commented out code --- spec/functional/resource/group_spec.rb | 2 -- 1 file changed, 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 -- cgit v1.2.1