From d953a964cd32d3f3056c7f1ec45000ecbfc5ee8d Mon Sep 17 00:00:00 2001 From: bcd87 Date: Mon, 23 Sep 2013 20:58:16 +0200 Subject: [PATCH] Changed the spec, bundle exec rake works --- spec/homesick_spec.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/homesick_spec.rb b/spec/homesick_spec.rb index 1770c64..1d60226 100644 --- a/spec/homesick_spec.rb +++ b/spec/homesick_spec.rb @@ -94,7 +94,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