From 0d60f34f4487f496ebfeb64031102e41ed19b92b Mon Sep 17 00:00:00 2001 From: Asutosh Palai Date: Tue, 7 Jun 2016 16:27:11 +0530 Subject: Added more unit specs --- lib/bundler/plugin/installer.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib') diff --git a/lib/bundler/plugin/installer.rb b/lib/bundler/plugin/installer.rb index d1963448..df80457a 100644 --- a/lib/bundler/plugin/installer.rb +++ b/lib/bundler/plugin/installer.rb @@ -45,8 +45,8 @@ module Bundler def install_git(name, options) uri = options.delete(:git) - options[:name] = name - options[:uri] = uri + options["name"] = name + options["uri"] = uri git_source = Git.new options git_source.remote! -- cgit v1.2.3