diff --git a/spec/homesick_spec.rb b/spec/homesick_spec.rb index 7c0d752..29ac597 100644 --- a/spec/homesick_spec.rb +++ b/spec/homesick_spec.rb @@ -95,7 +95,7 @@ describe 'homesick' do end 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' end