summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xspec/unit/type/macauthorization.rb7
1 files changed, 1 insertions, 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