提交 b8309e85 编写于 作者: Y yamato-payforward

fix a typo

上级 f40eb4a4
......@@ -514,7 +514,7 @@ def test_join_sources
assert_equal "bar", join.right
end
it "should create join nodes with a outer join klass" do
it "should create join nodes with an outer join klass" do
relation = Arel::SelectManager.new
join = relation.create_join "foo", "bar", Arel::Nodes::OuterJoin
assert_kind_of Arel::Nodes::OuterJoin, join
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册