aboutsummaryrefslogtreecommitdiffstats
path: root/lib/bundler/plugin.rb
diff options
context:
space:
mode:
authorAsutosh Palai <asupalai@gmail.com>2016-07-15 21:10:46 +0530
committerAsutosh Palai <asupalai@gmail.com>2016-07-21 09:53:08 +0530
commit363c16198b05fc829fbe47febc481e0deede4a3c (patch)
treea8ec0944482e177cd7594109fdd870c183cbf2ba /lib/bundler/plugin.rb
parent2b6400a6d8cbccf2e917d993dd50e4cc1269d9ad (diff)
downloadbundler-363c16198b05fc829fbe47febc481e0deede4a3c.tar.gz
Added integration specs for app level plugin
Diffstat (limited to 'lib/bundler/plugin.rb')
-rw-r--r--lib/bundler/plugin.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/bundler/plugin.rb b/lib/bundler/plugin.rb
index 64cdf94a..cd3843fc 100644
--- a/lib/bundler/plugin.rb
+++ b/lib/bundler/plugin.rb
@@ -146,7 +146,7 @@ module Bundler
# Used by specs
def reset!
- instance_variables.each {|i| remove_instance_variable(i)}
+ instance_variables.each {|i| remove_instance_variable(i) }
@sources = {}
@commands = {}