diff options
author | Andre Arko <andre@arko.net> | 2014-04-02 01:36:54 +0800 |
---|---|---|
committer | Andre Arko <andre@arko.net> | 2014-04-02 01:36:54 +0800 |
commit | 69238108810739fb905af41904638bcd6f1dab6f (patch) | |
tree | 27bba35b7ff6d8e1506a9cb8c724fce3aa037df9 /spec | |
parent | 550e915520c2a396e672135649cdf98b316761b3 (diff) | |
download | bundler-69238108810739fb905af41904638bcd6f1dab6f.tar.gz |
require things you use sigh
Diffstat (limited to 'spec')
-rw-r--r-- | spec/support/rubygems_ext.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/spec/support/rubygems_ext.rb b/spec/support/rubygems_ext.rb index dcd80f5803..6d71d32e0a 100644 --- a/spec/support/rubygems_ext.rb +++ b/spec/support/rubygems_ext.rb @@ -1,4 +1,5 @@ require 'rubygems/user_interaction' +require 'support/path' module Spec module Rubygems |