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

@@ -106,6 +106,7 @@ describe Homesick do
end
@homesick.should_receive(:mv).with(some_rc_file, castle_path)
@homesick.should_receive(:ln_s).with(castle_path + some_rc_file.basename, some_rc_file)
@homesick.track(some_rc_file.to_s, 'castle_repo')
end
end