mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Fix a wrong correction
This commit is contained in:
parent
52919f3d13
commit
dcdbcdf81c
1 changed files with 1 additions and 1 deletions
|
@ -278,7 +278,7 @@ module Arel
|
|||
@m2.where(table[:age].lt(99))
|
||||
end
|
||||
|
||||
it "should interact two managers" do
|
||||
it "should intersect two managers" do
|
||||
# FIXME should this intersect "managers" or "statements" ?
|
||||
# FIXME this probably shouldn't return a node
|
||||
node = @m1.intersect @m2
|
||||
|
|
Loading…
Reference in a new issue