public
Rubygem
Description: Simple tool to help track git and svn vendor branches in a git repository
Homepage: http://github.com/evilchelu/braid/wikis/home
Clone URL: git://github.com/evilchelu/braid.git
fix integration/adding spec
evilchelu (author)
Tue Aug 19 13:10:04 -0700 2008
commit  c90458776d325c86c15208f1820f4883c1a70243
tree    e207f31954cfb4d539d7627fb28d319b97316b0e
parent  b268e9eed612909502d7c49735cb805ac3f71c18
...
36
37
38
 
39
40
 
41
42
43
...
71
72
73
74
 
 
75
76
77
...
36
37
38
39
40
 
41
42
43
44
...
72
73
74
 
75
76
77
78
79
0
@@ -36,8 +36,9 @@ describe "Adding a mirror in a clean repository" do
0
       braids["skit1"]["squashed"].should == true
0
       braids["skit1"]["url"].should == @skit1
0
       braids["skit1"]["type"].should == "git"
0
+      braids["skit1"]["revision"].should.not.be nil
0
       braids["skit1"]["branch"].should == "master"
0
-      braids["skit1"]["remote"].should == "braid/git/skit1/master"
0
+      braids["skit1"]["remote"].should == "braid/skit1"
0
     end
0
   end
0
 
0
@@ -71,7 +72,8 @@ describe "Adding a mirror in a clean repository" do
0
       braids["skit1"]["url"].should == @skit1
0
       braids["skit1"]["type"].should == "svn"
0
       braids["skit1"]["revision"].should == 1
0
-      braids["skit1"]["remote"].should == "braid/svn/skit1"
0
+      braids["skit1"]["remote"].should == "braid/skit1"
0
+      braids["skit1"]["branch"].should.be nil
0
     end
0
   end
0
 

Comments