summaryrefslogtreecommitdiff
path: root/spec/spec_helper.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/spec_helper.rb
parente962b9553b8d79b36faa90ef6e002649820208a3 (diff)
Add the missing shebangs and fix the wrong ones for rpmlint to stop complaining loudly
Diffstat (limited to 'spec/spec_helper.rb')
-rw-r--r--spec/spec_helper.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/spec/spec_helper.rb b/spec/spec_helper.rb
index cf1981b..78925fd 100644
--- a/spec/spec_helper.rb
+++ b/spec/spec_helper.rb
@@ -1,3 +1,4 @@
+#! /usr/bin/env ruby -S rspec
dir = File.expand_path(File.dirname(__FILE__))
$LOAD_PATH.unshift File.join(dir, 'lib')