We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4394e90 commit 82ba392Copy full SHA for 82ba392
activerecord/test/cases/scoping/relation_scoping_test.rb
@@ -246,7 +246,7 @@ def test_merge_options
246
devs = Developer.all
247
sql = devs.to_sql
248
assert_match "(salary = 80000)", sql
249
- assert_match /LIMIT 10|ROWNUM <= 10|FETCH FIRST 10 ROWS ONLY/, sql
+ assert_match(/LIMIT 10|ROWNUM <= 10|FETCH FIRST 10 ROWS ONLY/, sql)
250
end
251
252
0 commit comments