rails/actiontext/test
Xavier Noria 2953ae5c8a Define config.enable_reloading to be !config.cache_classes
Every time I write `config.cache_classes` I have to pause for a moment to make
sure I get it right. It makes you think.

On the other hand, if you read `config.enable_reloading = true`, does the
application reload? You do not need to spend 1 cycle of brain CPU to nod.
2022-04-14 18:11:36 +02:00
..
dummy Define config.enable_reloading to be !config.cache_classes 2022-04-14 18:11:36 +02:00
fixtures Improve ActionText extensiblibility 2020-12-29 20:06:45 -05:00
integration Fix deprecation warnings in Action Text tests 2022-03-19 07:20:31 +00:00
system Locate `fill_in_rich_text_area` by `<label>` text 2020-10-02 18:02:14 -04:00
template Revert #38957 (#44287) 2022-01-29 14:27:45 +01:00
unit Better ActionText plain text output for nested lists (#37976) 2021-10-12 18:05:04 +02:00
application_system_test_case.rb Add ActionDispatch::SystemTestCase#fill_in_rich_text_area 2019-05-13 12:44:06 -04:00
test_helper.rb Implicitly assert no exception is raised in `assert_queries` & al 2022-02-19 09:11:14 +01:00