From 820ff2e99fd4ca58b173ce05b1aa09b0efe69f91 Mon Sep 17 00:00:00 2001 From: Luke Kanies Date: Tue, 9 Dec 2008 15:15:06 -0600 Subject: Removing the "clear" from the macauthorization tests Signed-off-by: Luke Kanies --- spec/unit/type/macauthorization.rb | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/spec/unit/type/macauthorization.rb b/spec/unit/type/macauthorization.rb index 1c7f122b8..02967e804 100755 --- a/spec/unit/type/macauthorization.rb +++ b/spec/unit/type/macauthorization.rb @@ -15,11 +15,6 @@ describe Puppet.type(:macauthorization), "when checking macauthorization objects macauth_type.stubs(:defaultprovider).returns provider_class end - after do - macauth_type.clear - end - - describe "when validating attributes" do parameters = [:name,] @@ -75,4 +70,4 @@ describe Puppet.type(:macauthorization), "when checking macauthorization objects end -end \ No newline at end of file +end -- cgit