summaryrefslogtreecommitdiff
path: root/spec/lib/puppet_spec/database.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/lib/puppet_spec/database.rb')
-rw-r--r--spec/lib/puppet_spec/database.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/spec/lib/puppet_spec/database.rb b/spec/lib/puppet_spec/database.rb
index 069ca15..f5c2341 100644
--- a/spec/lib/puppet_spec/database.rb
+++ b/spec/lib/puppet_spec/database.rb
@@ -1,3 +1,4 @@
+#! /usr/bin/env ruby -S rspec
# This just makes some nice things available at global scope, and for setup of
# tests to use a real fake database, rather than a fake stubs-that-don't-work
# version of the same. Fun times.