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