From 6d96367e56de7299d8791fa0e487adb285a7b202 Mon Sep 17 00:00:00 2001 From: Ken Barber Date: Mon, 14 May 2012 12:04:02 +0100 Subject: (#11156) Fix module path fixtures so rspec works in most rubies Previously this module was using an experimental pattern using mktmpdir for creating its module path for rspec-puppet to use, which has since been deprecated in favour of a static directory. This was largely because ntp was one of the earlier modules we tried to make work in Jenkins. This change aligns the module to use the same pattern used in the rspec- puppet setup stage: https://github.com/rodjek/rspec-puppet/blob/master/lib/rspec-puppet/setup.rb This should stop the problems with Ruby 1.8.5 complaining about a lack of mktmpdir, and also make it more consistent with other modules in the wild. --- spec/fixtures/manifests/site.pp | 0 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 spec/fixtures/manifests/site.pp (limited to 'spec/fixtures/manifests/site.pp') diff --git a/spec/fixtures/manifests/site.pp b/spec/fixtures/manifests/site.pp new file mode 100644 index 0000000..e69de29 -- cgit v1.2.3