Merge pull request #36819 from yamato-payforward/payforward-branch

fix a  typo
This commit is contained in:
Ryuta Kamizono 2019-07-31 13:30:57 +09:00 committed by GitHub
commit 151a39c4f2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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