Clone github repos into username/repo instead of username_repo, for more consistent use with symlink.
This commit is contained in:
@@ -25,7 +25,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 => 'wfarr_dotfiles')
|
||||
@homesick.should_receive(:git_clone).with('git://github.com/wfarr/dotfiles.git', :destination => 'wfarr/dotfiles')
|
||||
|
||||
@homesick.clone "wfarr/dotfiles"
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user