summaryrefslogtreecommitdiff
path: root/spec/lib/puppet_spec/fixtures.rb
diff options
context:
space:
mode:
authorAndrea Veri <av@gnome.org>2014-05-07 11:49:25 +0200
committerAndrea Veri <av@gnome.org>2014-05-07 11:49:25 +0200
commit09f892023c726eabaa85a308c2dbffd8e8b71fbd (patch)
treec9b45412f856675d7aa2034ebe8484ed0004e294 /spec/lib/puppet_spec/fixtures.rb
parente962b9553b8d79b36faa90ef6e002649820208a3 (diff)
downloadpuppet-stdlib-09f892023c726eabaa85a308c2dbffd8e8b71fbd.tar.gz
puppet-stdlib-09f892023c726eabaa85a308c2dbffd8e8b71fbd.tar.bz2
Add the missing shebangs and fix the wrong ones for rpmlint to stop complaining loudly
Diffstat (limited to 'spec/lib/puppet_spec/fixtures.rb')
-rwxr-xr-xspec/lib/puppet_spec/fixtures.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/spec/lib/puppet_spec/fixtures.rb b/spec/lib/puppet_spec/fixtures.rb
index 7f6bc2a..81e9775 100755
--- a/spec/lib/puppet_spec/fixtures.rb
+++ b/spec/lib/puppet_spec/fixtures.rb
@@ -1,3 +1,4 @@
+#! /usr/bin/env ruby -S rspec
module PuppetSpec::Fixtures
def fixtures(*rest)
File.join(PuppetSpec::FIXTURE_DIR, *rest)