Update specs to for change to https vs. git protocol.

This commit is contained in:
John Bellone
2013-07-17 07:28:39 -04:00
committed by thilko
parent 5b954b93e3
commit 9c52108035

View File

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