summaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rwxr-xr-xtest/ral/manager/type.rb16
1 files changed, 0 insertions, 16 deletions
diff --git a/test/ral/manager/type.rb b/test/ral/manager/type.rb
index 324550acb..c6efe4f00 100755
--- a/test/ral/manager/type.rb
+++ b/test/ral/manager/type.rb
@@ -678,22 +678,6 @@ class TestType < Test::Unit::TestCase
assert_equal("Exec[yay]", exec.ref)
end
- def test_noop_metaparam
- file = Puppet::Type.newfile :path => tempfile
- assert(!file.noop, "file incorrectly in noop")
-
- assert_nothing_raised do
- file[:noop] = true
- end
- assert(file.noop, "file should be in noop")
-
- # Now set the main one
- Puppet[:noop] = true
- assert(file.noop, "file should be in noop")
- file[:noop] = false
- assert(file.noop, "file should be in noop")
- end
-
def test_path
config = mk_catalog