From a87ee1a4985f2c1e01b6f8b67f46e6ab45af925f Mon Sep 17 00:00:00 2001 From: Arnvald Date: Sat, 8 Feb 2014 11:24:59 +1300 Subject: [PATCH] additional test for branch#create method --- tests/units/test_branch.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/units/test_branch.rb b/tests/units/test_branch.rb index 1a5332ef..fee70abc 100644 --- a/tests/units/test_branch.rb +++ b/tests/units/test_branch.rb @@ -54,6 +54,7 @@ def test_branch_create_and_switch Dir.chdir('branch_test') do assert(!g.branch('new_branch').current) g.branch('other_branch').create + assert(!g.branch('other_branch').current) g.branch('new_branch').checkout assert(g.branch('new_branch').current)