1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
rails--rails/actionview/test/activerecord
Jean Boussier e26372b713 Implicitly assert no exception is raised in assert_queries & al
Fix: https://github.com/rails/rails/pull/44397
Ref: https://github.com/rails/rails/pull/37313
Ref: https://github.com/rails/rails/pull/42459

This avoid mistakes such as:

```ruby
assert_raise Something do
  assert_queries(1) do
    raise Something
  end
end
```

Co-Authored-By: Alex Coomans <alexc@squareup.com>
2022-02-19 09:11:14 +01:00
..
controller_runtime_test.rb Add allocations to template renderer subscription 2018-10-10 08:07:12 -04:00
debug_helper_test.rb
form_helper_activerecord_test.rb Add autocomplete="off" to all generated hidden fields (fixes #42610) 2021-09-21 15:57:56 -04:00
multifetch_cache_test.rb Remove FallbackFileSystemResolver 2021-04-06 14:20:48 -07:00
partial_rendering_query_test.rb Fix SELECT COUNT queries when rendering ActiveRecord collections (#40870) 2020-12-18 15:58:11 -05:00
polymorphic_routes_test.rb Prevent string polymorphic route arguments 2021-05-04 13:56:37 -07:00
relation_cache_test.rb Implicitly assert no exception is raised in assert_queries & al 2022-02-19 09:11:14 +01:00
render_partial_with_record_identification_test.rb