Tweaks to track. Don't add & commit newly tracked file. Also fix tests to not be spitting out to stdout.

This commit is contained in:
Joshua Nichols
2010-10-27 08:36:14 -04:00
parent bfbabc05d5
commit f82dc905a2
2 changed files with 1 additions and 5 deletions

View File

@@ -85,11 +85,6 @@ class Homesick < Thor
castle_path = castle_dir(castle)
mv absolute_path, castle_path
inside castle_path do
system "git add #{file.basename}"
system "git commit -m \"Added #{file.basename}\""
end
inside home_dir do
absolute_path = castle_dir(castle) + file.basename
home_path = home_dir + file