提交 b4c3ca92 编写于 作者: C Chris Wanstrath

Fix version test for good!

上级 ef479146
......@@ -117,7 +117,7 @@ class HubTest < Test::Unit::TestCase
def test_version
out = hub('--version')
assert_includes "git version 1.6", out
assert_includes "hub version 0.2", out
assert_includes "hub version #{Hub::Version}", out
end
def test_help
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册