aboutsummaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorAsutosh Palai <asupalai@gmail.com>2016-06-30 19:24:41 +0530
committerAsutosh Palai <asupalai@gmail.com>2016-07-03 09:41:58 +0530
commita7688b5201109e9b845cbe5c5b007c2c3ad29f22 (patch)
tree4c04906f5199550c3544125ef66c1f24ab566c70 /lib
parentc71165c7915350c1630fd118c963fcd481fefb5c (diff)
downloadbundler-a7688b5201109e9b845cbe5c5b007c2c3ad29f22.tar.gz
Added unit specs for api#source
Diffstat (limited to 'lib')
-rw-r--r--lib/bundler/source/path/installer.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/bundler/source/path/installer.rb b/lib/bundler/source/path/installer.rb
index abc46d5a..4fc5c807 100644
--- a/lib/bundler/source/path/installer.rb
+++ b/lib/bundler/source/path/installer.rb
@@ -24,7 +24,7 @@ module Bundler
end
def post_install
- SharedHelpers.chdir(@gem_dir) do
+ SharedHelpers.chdir(gem_dir) do
run_hooks(:pre_install)
unless @disable_extentions