1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

Fixed indefinite articles before "Integer" [ci skip]

This commit is contained in:
Nobuyoshi Nakada 2020-12-21 00:40:56 +09:00
parent ad534a677a
commit fb8f011422
No known key found for this signature in database
GPG key ID: 7CD2805BFA3770C6
8 changed files with 8 additions and 8 deletions

View file

@ -9,7 +9,7 @@ platform_is :windows do
@var = ole_type.variables[0]
end
it "returns a Integer" do
it "returns an Integer" do
# according to doc, this could return nil
@var.value.should be_kind_of Integer
end