1
0
Fork 0
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:
Kazuhiro Sera 2018-08-08 22:09:04 +09:00
parent 52919f3d13
commit dcdbcdf81c

View file

@ -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