public
Description: Piston is a utility that eases vendor branch management. This repository is a complete reimplementation of Piston to provide different backends, depending on the repositories and working copies you pistonize from.
Homepage: http://piston.rubyforge.org/
Clone URL: git://github.com/francois/piston.git
Search Repo:
Updated TestGitWorkingCopyFinalization test to match current 
implementation.
francois (author)
Sat Mar 15 11:50:59 -0700 2008
commit  a1a007d46769f6b03958110e5fc46df801ec8a2d
tree    2fc8368a927109082378c42c2d0a501cc7b0b961
parent  8324aa04d5d3c9b95c13fd7a2bf2f5d0567d04b7
...
11
12
13
14
 
 
15
16
17
...
11
12
13
 
14
15
16
17
18
0
@@ -11,7 +11,8 @@
0
   end
0
 
0
   def test_finalize_adds_path_to_git
0
- @wc.expects(:git).with(:add, @wcdir)
0
+ Dir.expects(:chdir).with(@wcdir).yields
0
+ @wc.expects(:git).with(:add, ".")
0
     @wc.finalize
0
   end
0
 end

Comments

    No one has commented yet.