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:
parent
ad534a677a
commit
fb8f011422
8 changed files with 8 additions and 8 deletions
|
@ -4,7 +4,7 @@ describe "Rational#<=> when passed a Rational object" do
|
|||
it_behaves_like :rational_cmp_rat, :<=>
|
||||
end
|
||||
|
||||
describe "Rational#<=> when passed a Integer object" do
|
||||
describe "Rational#<=> when passed an Integer object" do
|
||||
it_behaves_like :rational_cmp_int, :<=>
|
||||
end
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue