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/template
Daniel Colson a1ac18671a Replace assert ! with assert_not
This autocorrects the violations after adding a custom cop in
3305c78dcd.
2018-04-19 08:11:33 -04:00
..
erb
form_helper Don't enforce UTF-8 by default 2018-02-27 15:03:50 +00:00
testing
active_model_helper_test.rb
asset_tag_helper_test.rb Add the nonce: true option for javascript_include_tag helper. 2018-04-17 22:50:33 +03:00
atom_feed_helper_test.rb Use assert_predicate and assert_not_predicate 2018-01-25 23:32:59 -05:00
capture_helper_test.rb Replace assert ! with assert_not 2018-04-19 08:11:33 -04:00
compiled_templates_test.rb
controller_helper_test.rb
date_helper_i18n_test.rb
date_helper_test.rb Fix occurrences Fixnum|Bignum 2018-03-04 20:44:30 +02:00
dependency_tracker_test.rb
digestor_test.rb Fix digesting templates with mixed formats 2018-03-20 06:33:20 -04:00
erb_util_test.rb Use assert_predicate and assert_not_predicate 2018-01-25 23:32:59 -05:00
form_collections_helper_test.rb
form_helper_test.rb Don't enforce UTF-8 by default 2018-02-27 15:03:50 +00:00
form_options_helper_i18n_test.rb
form_options_helper_test.rb Let select render default selected option for required field 2018-02-27 23:36:05 +03:00
form_tag_helper_test.rb Don't enforce UTF-8 by default 2018-02-27 15:03:50 +00:00
html_test.rb
javascript_helper_test.rb
log_subscriber_test.rb
lookup_context_test.rb Replace assert ! with assert_not 2018-04-19 08:11:33 -04:00
number_helper_test.rb Use assert_predicate and assert_not_predicate 2018-01-25 23:32:59 -05:00
output_safety_helper_test.rb Use assert_predicate and assert_not_predicate 2018-01-25 23:32:59 -05:00
partial_iteration_test.rb
record_identifier_test.rb
render_test.rb
resolver_cache_test.rb
resolver_patterns_test.rb
sanitize_helper_test.rb Use assert_predicate and assert_not_predicate 2018-01-25 23:32:59 -05:00
streaming_render_test.rb fix(streaming_template_renderer): I18n.locale broken in layout. I18n gem stores the current locale in Thread.current[:local] (see: https://github.com/svenfuchs/i18n/blob/master/lib/i18n.rb#L23). StreamingTemplateRenderer is implemented with Fiber which have its own stack of locals and can not access Thread.current.locals(keys, see: https://ruby-doc.org/core-2.2.0/Thread.html#class-Thread-label-Fiber-local+vs.+Thread-local). 2017-11-25 21:32:02 +01:00
tag_helper_test.rb Use assert_predicate and assert_not_predicate 2018-01-25 23:32:59 -05:00
template_error_test.rb
template_test.rb
test_case_test.rb Replace assert ! with assert_not 2018-04-19 08:11:33 -04:00
test_test.rb
text_helper_test.rb Use assert_predicate and assert_not_predicate 2018-01-25 23:32:59 -05:00
text_test.rb
translation_helper_test.rb Use assert_predicate and assert_not_predicate 2018-01-25 23:32:59 -05:00
url_helper_test.rb Replace assert ! with assert_not 2018-04-19 08:11:33 -04:00