From 9c52108035ab51112f12eb075f11a1c329e3b1ed Mon Sep 17 00:00:00 2001 From: John Bellone Date: Wed, 17 Jul 2013 07:28:39 -0400 Subject: [PATCH] Update specs to for change to https vs. git protocol. --- spec/homesick_spec.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/homesick_spec.rb b/spec/homesick_spec.rb index 35932e3..715a2b3 100644 --- a/spec/homesick_spec.rb +++ b/spec/homesick_spec.rb @@ -79,7 +79,7 @@ describe 'homesick' do end it 'should clone a github repo' do - homesick.should_receive(:git_clone).with('git://github.com/wfarr/dotfiles.git', :destination => Pathname.new('wfarr/dotfiles')) + homesick.should_receive(:git_clone).with('https://github.com/wfarr/dotfiles.git', :destination => Pathname.new('wfarr/dotfiles')) homesick.clone 'wfarr/dotfiles' end