1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
rails--rails/activesupport/test
Akira Matsuda d1ffe59ab5 Use match? where we don't need MatchData
We're already running Performance/RegexpMatch cop, but it seems like the cop is not always =~ justice
2019-07-27 13:06:49 +09:00
..
autoloading_fixtures Fix safe_constantize to not raise a LoadError. 2019-01-09 14:52:46 -05:00
cache Return a copy of the cache entry when local_cache exists: 2019-07-11 16:35:14 +02:00
concurrency
core_ext Remove tough to grasp -1 + 1 = 0 from String#to 2019-07-26 22:08:34 +02:00
dependencies Improve the logic that detects non-autoloaded constants 2018-10-28 16:34:50 +01:00
deprecation Enable Layout/EmptyLinesAroundAccessModifier cop 2019-06-13 12:00:45 +09:00
file_fixtures
fixtures Do nothing when the same block is included again. 2018-11-29 18:37:06 +00:00
json Enable Layout/EmptyLinesAroundAccessModifier cop 2019-06-13 12:00:45 +09:00
messages
metadata
notifications Update AS::Notifications::Instrumenter#instrument 2019-03-22 10:01:18 -04:00
testing assert_called_with should require args argument 2018-10-25 21:29:39 +03:00
xml_mini
abstract_unit.rb Output junit format test report 2019-04-04 14:34:46 +09:00
actionable_error_test.rb Refactor after the most recent code review 2019-04-19 14:15:41 +09:00
array_inquirer_test.rb
autoload_test.rb
benchmarkable_test.rb
broadcast_logger_test.rb
callback_inheritance_test.rb
callbacks_test.rb Enable Layout/EmptyLinesAroundAccessModifier cop 2019-06-13 12:00:45 +09:00
class_cache_test.rb
clean_backtrace_test.rb
clean_logger_test.rb
concern_test.rb Do nothing when the same block is included again. 2018-11-29 18:37:06 +00:00
configurable_test.rb
constantize_test_cases.rb Fix safe_constantize to not raise a LoadError. 2019-01-09 14:52:46 -05:00
current_attributes_test.rb Support before_reset callback in CurrentAttributes 2019-01-30 16:10:06 +01:00
dependencies_test.rb let autoloaded? support modules with overridden names [closes #36757] 2019-07-25 23:14:29 +02:00
dependencies_test_helpers.rb
deprecation_test.rb Fix problem with accessing constant proxy subclass 2019-07-05 12:38:58 +09:00
descendants_tracker_test_cases.rb Enable Layout/EmptyLinesAroundAccessModifier cop 2019-06-13 12:00:45 +09:00
descendants_tracker_with_autoloading_test.rb
descendants_tracker_without_autoloading_test.rb
digest_test.rb
encrypted_configuration_test.rb
encrypted_file_test.rb
evented_file_update_checker_test.rb Merge pull request #36340 from jhawthorn/evented_file_checker_symlink 2019-05-24 16:08:43 -05:00
executor_test.rb
file_update_checker_shared_tests.rb Match evented checker behavior on dir with no exts 2019-03-15 13:29:14 -07:00
file_update_checker_test.rb
gzip_test.rb
hash_with_indifferent_access_test.rb Merge pull request #34642 from azimux/improve-hwia-initialize-by-skipping-to_h-if-already-a-hash 2019-05-01 15:36:49 -05:00
i18n_test.rb
inflector_test.rb Fix bug with parametrize when locale is passed 2019-03-12 01:48:21 +05:30
inflector_test_cases.rb
key_generator_test.rb
lazy_load_hooks_test.rb Enable Layout/EmptyLinesAroundAccessModifier cop 2019-06-13 12:00:45 +09:00
log_subscriber_test.rb
logger_test.rb Make ActiveSupport::Logger Fiber-safe 2019-07-24 22:42:24 +03:00
message_encryptor_test.rb Use match? where we don't need MatchData 2019-07-27 13:06:49 +09:00
message_verifier_test.rb
multibyte_chars_test.rb Enable Layout/EmptyLinesAroundAccessModifier cop 2019-06-13 12:00:45 +09:00
multibyte_conformance_test.rb
multibyte_grapheme_break_conformance_test.rb
multibyte_normalization_conformance_test.rb
multibyte_proxy_test.rb
multibyte_test_helpers.rb
notifications_test.rb Merge pull request #36318 from itsWill/fix_event_object_payload 2019-07-25 16:47:03 -04:00
number_helper_i18n_test.rb
number_helper_test.rb
option_merger_test.rb
ordered_hash_test.rb
ordered_options_test.rb
parameter_filter_test.rb Update activesupport/test/parameter_filter_test.rb 2019-07-23 09:41:52 -06:00
reloader_test.rb
rescuable_test.rb
safe_buffer_test.rb Preserve html_safe? status on ActiveSupport::SafeBuffer#* 2019-04-19 06:32:55 +09:00
secure_compare_rotator_test.rb Use correct variable in secure_compare! 2019-07-26 12:51:53 +09:00
security_utils_test.rb
share_lock_test.rb Enable Layout/EmptyLinesAroundAccessModifier cop 2019-06-13 12:00:45 +09:00
silence_logger_test.rb
string_inquirer_test.rb
subscriber_test.rb Enable Layout/EmptyLinesAroundAccessModifier cop 2019-06-13 12:00:45 +09:00
tagged_logging_test.rb
test_case_test.rb Enable Layout/EmptyLinesAroundAccessModifier cop 2019-06-13 12:00:45 +09:00
time_travel_test.rb ActiveSupport typo fixes. 2019-02-01 22:17:10 +05:30
time_zone_test.rb Use assert_match / assert_no_match for asserting match 2019-07-27 13:06:49 +09:00
time_zone_test_helpers.rb
transliterate_test.rb Remove comments in test file 2019-07-26 12:42:06 -04:00
xml_mini_test.rb