Update puppetlabs/stdlib module
[mirror/dsa-puppet.git] / 3rdparty / modules / stdlib / spec / fixtures / test / manifests / string.pp
diff --git a/3rdparty/modules/stdlib/spec/fixtures/test/manifests/string.pp b/3rdparty/modules/stdlib/spec/fixtures/test/manifests/string.pp
deleted file mode 100644 (file)
index 6508c70..0000000
+++ /dev/null
@@ -1,8 +0,0 @@
-# Class to test the Stdlib::Compat::String type alias
-class test::string(
-  Stdlib::Compat::String $value,
-  ) {
-
-    notice("Success")
-
-}