Skip to content

Commit

Permalink
Merge pull request rails#7782 from yahonda/case_insensitive_test_for_…
Browse files Browse the repository at this point in the history
…partial_inserts

Change query pattern case insensitive
  • Loading branch information
rafaelfranca committed Sep 28, 2012
2 parents 9e34127 + 10f5f23 commit a7f8872
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion activerecord/test/cases/dirty_test.rb
Expand Up @@ -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

Expand Down

0 comments on commit a7f8872

Please sign in to comment.