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
|
@ -11,7 +11,7 @@ describe :integer_equal, shared: true do
|
|||
10.send(@method, bignum_value).should == false
|
||||
end
|
||||
|
||||
it "calls 'other == self' if the given argument is not a Integer" do
|
||||
it "calls 'other == self' if the given argument is not an Integer" do
|
||||
1.send(@method, '*').should == false
|
||||
|
||||
obj = mock('one other')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue