summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSHIBATA Hiroshi <hsbt@ruby-lang.org>2017-09-06 19:55:51 +0900
committerSHIBATA Hiroshi <hsbt@ruby-lang.org>2017-09-06 19:55:51 +0900
commit1e9405654669266e6ffbeddbb476f52c36eedb9e (patch)
tree2d31640b08aab6ea71bacaa59f72d13d006645d2
parent4d7d012575df55efa87abb2687df051f70782267 (diff)
downloadbundler-1e9405654669266e6ffbeddbb476f52c36eedb9e.tar.gz
Added space before require section
-rw-r--r--spec/support/helpers.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/spec/support/helpers.rb b/spec/support/helpers.rb
index ef9f55974e..db37609f1f 100644
--- a/spec/support/helpers.rb
+++ b/spec/support/helpers.rb
@@ -1,4 +1,5 @@
# frozen_string_literal: true
+
require File.expand_path("../path.rb", __FILE__)
module Spec