From 999c267a3871c7d59513869c94c43c3477f1c6f1 Mon Sep 17 00:00:00 2001 From: Helen Campbell Date: Wed, 10 Aug 2016 14:17:16 +0100 Subject: (MAINT) move test fixture to proper location --- spec/fixtures/test/manifests/numeric.pp | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 spec/fixtures/test/manifests/numeric.pp (limited to 'spec/fixtures/test/manifests/numeric.pp') diff --git a/spec/fixtures/test/manifests/numeric.pp b/spec/fixtures/test/manifests/numeric.pp new file mode 100644 index 0000000..2657ebc --- /dev/null +++ b/spec/fixtures/test/manifests/numeric.pp @@ -0,0 +1,8 @@ +# Class to test the Stdlib::Compat::Numeric type alias +class test::numeric( + Stdlib::Compat::Numeric $value, + ) { + + notice("Success") + +} -- cgit v1.2.3