We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4681739 commit 77b83acCopy full SHA for 77b83ac
test/repo_test.rb
@@ -87,7 +87,7 @@ def test_match_all_refs
87
def test_return_all_ref_names
88
refs = @repo.ref_names
89
refs.each {|name| assert name.kind_of?(String)}
90
- assert_equal 21, refs.count
+ assert_equal 22, refs.count
91
end
92
93
def test_return_all_tags
0 commit comments