From 3d59bc7a972c62af3f0f86c2afec7105866e4f8e 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 dcc167b..2f58007 100644 --- a/spec/homesick_spec.rb +++ b/spec/homesick_spec.rb @@ -78,7 +78,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