summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLuke Kanies <luke@madstop.com>2008-12-09 15:15:06 -0600
committerLuke Kanies <luke@madstop.com>2008-12-09 15:15:06 -0600
commit820ff2e99fd4ca58b173ce05b1aa09b0efe69f91 (patch)
tree41c7cc7f03012e44083ad11d039f34d449d58a17
parent71b8befa424c6c82a10a5cc7d7ea50331851c7e9 (diff)
downloadpuppet-820ff2e99fd4ca58b173ce05b1aa09b0efe69f91.tar.gz
puppet-820ff2e99fd4ca58b173ce05b1aa09b0efe69f91.tar.xz
puppet-820ff2e99fd4ca58b173ce05b1aa09b0efe69f91.zip
Removing the "clear" from the macauthorization tests
Signed-off-by: Luke Kanies <luke@madstop.com>
-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