Added devver-construct.
This commit is contained in:
@@ -5,13 +5,16 @@ describe "Homesick" do
|
||||
homesick = Homesick.new
|
||||
repos_dir = Pathname.new('~/.homesick/repos').expand_path
|
||||
homesick.clone "git://github.com/technicalpickles/pickled-vim.git"
|
||||
|
||||
File.directory?("#{repos_dir}/pickled-vim").should == true
|
||||
end
|
||||
|
||||
it "should clone a github repo" do
|
||||
homesick = Homesick.new
|
||||
repos_dir = Pathname.new('~/.homesick/repos').expand_path
|
||||
|
||||
homesick.clone "wfarr/dotfiles"
|
||||
|
||||
File.directory?("#{repos_dir}/wfarr_dotfiles").should == true
|
||||
end
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user