Changed the spec, bundle exec rake works

This commit is contained in:
bcd87
2013-09-23 20:58:16 +02:00
committed by thilko
parent 0e6915b860
commit e8b471ac97

View File

@@ -95,7 +95,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('https://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('dotfiles'))
homesick.clone 'wfarr/dotfiles' homesick.clone 'wfarr/dotfiles'
end end