Merge pull request #43 from johnbellone/master

Default GitHub to use HTTPS protocol.
This commit is contained in:
Yusuke Murata
2013-07-21 10:47:31 -07:00
2 changed files with 2 additions and 2 deletions

View File

@@ -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