summaryrefslogtreecommitdiffstats
path: root/spec/unit/type/noop_metaparam.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/unit/type/noop_metaparam.rb')
-rwxr-xr-xspec/unit/type/noop_metaparam.rb2
1 files changed, 0 insertions, 2 deletions
diff --git a/spec/unit/type/noop_metaparam.rb b/spec/unit/type/noop_metaparam.rb
index 73fed53c1..2c4b6dc49 100755
--- a/spec/unit/type/noop_metaparam.rb
+++ b/spec/unit/type/noop_metaparam.rb
@@ -10,8 +10,6 @@ describe Puppet::Type.type(:file).attrclass(:noop) do
@file = Puppet::Type.newfile :path => "/what/ever"
end
- after { Puppet::Type::File.clear }
-
it "should accept true as a value" do
lambda { @file[:noop] = true }.should_not raise_error
end