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