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.
2 parents 139331d + c9ac154 commit 4b0361bCopy full SHA for 4b0361b
test/lib_test.rb
@@ -14,7 +14,7 @@ def test_libgit2_version
14
version = Rugged::libgit2_version
15
assert_equal version.length, 3
16
version.each do |i|
17
- assert i.is_a? Fixnum
+ assert i.is_a? Integer
18
end
19
20
0 commit comments