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
parent 92dc611bb1
commit 3d59bc7a97

View File

@@ -78,7 +78,7 @@ describe 'homesick' do
end end
it 'should clone a github repo' do 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' homesick.clone 'wfarr/dotfiles'
end end