diff options
author | Andrea Veri <av@gnome.org> | 2014-05-07 11:49:25 +0200 |
---|---|---|
committer | Andrea Veri <av@gnome.org> | 2014-05-07 11:49:25 +0200 |
commit | 09f892023c726eabaa85a308c2dbffd8e8b71fbd (patch) | |
tree | c9b45412f856675d7aa2034ebe8484ed0004e294 /spec/classes | |
parent | e962b9553b8d79b36faa90ef6e002649820208a3 (diff) |
Add the missing shebangs and fix the wrong ones for rpmlint to stop complaining loudly
Diffstat (limited to 'spec/classes')
-rw-r--r-- | spec/classes/anchor_spec.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/spec/classes/anchor_spec.rb b/spec/classes/anchor_spec.rb index 2e1fcba..2d4455e 100644 --- a/spec/classes/anchor_spec.rb +++ b/spec/classes/anchor_spec.rb @@ -1,3 +1,4 @@ +#! /usr/bin/env ruby -S rspec require 'spec_helper' require 'puppet_spec/compiler' |