提交 a7f88725 编写于 作者: R Rafael Mendonça França

Merge pull request #7782 from yahonda/case_insensitive_test_for_partial_inserts

Change query pattern case insensitive
......@@ -554,7 +554,7 @@ def test_setting_time_attributes_with_time_zone_field_to_same_time_should_not_be
test "partial insert" do
with_partial_updates Person do
jon = nil
assert_sql(/first_name/) do
assert_sql(/first_name/i) do
jon = Person.create! first_name: 'Jon'
end
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册