rails/actionview/test
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
..
actionpack Execute field_error_proc within view 2021-10-29 10:07:04 -04:00
activerecord Implicitly assert no exception is raised in assert_queries & al 2022-02-19 09:11:14 +01:00
fixtures Make #to_fs the default replacement for #to_s(:format) 2022-02-07 12:41:21 +01:00
lib Enable Style/ExplicitBlockArgument cop 2021-09-05 17:06:19 +02:00
template form_for: Attempt to call to_model on record 2022-02-17 16:01:57 -05:00
ujs Fix spelling in CoffeeScript and JavaScript files [ci skip] 2021-05-05 11:08:33 +10:00
abstract_unit.rb Delete AS::Dependencies.unhook! 2021-08-17 05:18:22 +02:00
active_record_unit.rb Module#const_set is a public method 2020-09-15 17:19:37 +09:00