X-Git-Url: https://git.adam-barratt.org.uk/?a=blobdiff_plain;ds=sidebyside;f=3rdparty%2Fmodules%2Fstdlib%2Fspec%2Flib%2Fpuppet_spec%2Fsettings.rb;fp=3rdparty%2Fmodules%2Fstdlib%2Fspec%2Flib%2Fpuppet_spec%2Fsettings.rb;h=0000000000000000000000000000000000000000;hb=6963202b4b62c2816655ac9532521b018fdf83bd;hp=8ddcb975fb4e841cdc5e8939c6ce3c534ac36ebc;hpb=a69999e580f8b3abd12446c2d6ad59e517651813;p=mirror%2Fdsa-puppet.git diff --git a/3rdparty/modules/stdlib/spec/lib/puppet_spec/settings.rb b/3rdparty/modules/stdlib/spec/lib/puppet_spec/settings.rb deleted file mode 100755 index 8ddcb975f..000000000 --- a/3rdparty/modules/stdlib/spec/lib/puppet_spec/settings.rb +++ /dev/null @@ -1,16 +0,0 @@ -#! /usr/bin/env ruby -S rspec -module PuppetSpec::Settings - - # It would probably be preferable to refactor defaults.rb such that the real definitions of - # these settings were available as a variable, which was then accessible for use during tests. - # However, I'm not doing that yet because I don't want to introduce any additional moving parts - # to this already very large changeset. - # Would be nice to clean this up later. --cprice 2012-03-20 - TEST_APP_DEFAULT_DEFINITIONS = { - :name => { :default => "test", :desc => "name" }, - :logdir => { :type => :directory, :default => "test", :desc => "logdir" }, - :confdir => { :type => :directory, :default => "test", :desc => "confdir" }, - :vardir => { :type => :directory, :default => "test", :desc => "vardir" }, - :rundir => { :type => :directory, :default => "test", :desc => "rundir" }, - } -end