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
Aaron Patterson 87a5b5d023
Merge pull request #32861 from zvkemp/asn-unsubscribe-proxy
use ProxyPattern to match for ActiveSupport::Notifications fanout/unsubscribe
2019-02-11 17:42:17 -08:00
..
autoloading_fixtures Fix safe_constantize to not raise a LoadError. 2019-01-09 14:52:46 -05:00
cache Respect ENV variables when finding DBs etc for the test suite 2019-02-06 01:20:06 +10:30
concurrency
core_ext Fix rubocop violations 2019-02-09 10:50:58 +09:00
dependencies Improve the logic that detects non-autoloaded constants 2018-10-28 16:34:50 +01:00
deprecation Test ActiveSupport::Deprecation.deprecate_methods 2018-12-14 11:49:54 +09:00
file_fixtures
fixtures Do nothing when the same block is included again. 2018-11-29 18:37:06 +00:00
json Enable Style/RedundantBegin cop to avoid newly adding redundant begin block 2018-12-21 06:12:42 +09:00
messages
metadata
notifications use a proxy matcher for AS::N fanout 2019-02-11 16:04:25 -08:00
testing
xml_mini
abstract_unit.rb No need to handle if FrozenError is available 2018-12-23 13:26:20 +00:00
array_inquirer_test.rb
autoload_test.rb
benchmarkable_test.rb
broadcast_logger_test.rb
callback_inheritance_test.rb
callbacks_test.rb Module#{define_method,alias_method,undef_method,remove_method} become public since Ruby 2.5 2018-12-21 01:39:18 +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 ActiveSupport typo fixes. 2019-02-01 22:17:10 +05:30
dependencies_test_helpers.rb
deprecation_test.rb Enable Layout/SpaceAfterSemicolon cop to avoid newly adding odd spacing 2018-12-13 18:06:04 +09:00
descendants_tracker_test_cases.rb
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 Do not add parent directory to file system monitoring 2018-12-18 08:09:16 +09:00
executor_test.rb
file_update_checker_shared_tests.rb
file_update_checker_test.rb
gzip_test.rb
hash_with_indifferent_access_test.rb ActiveSupport typo fixes. 2019-02-01 22:17:10 +05:30
i18n_test.rb
inflector_test.rb Remove deprecated #acronym_regex method from Inflections 2019-01-17 16:08:33 -05:00
inflector_test_cases.rb
key_generator_test.rb
lazy_load_hooks_test.rb
log_subscriber_test.rb
logger_test.rb
message_encryptor_test.rb
message_verifier_test.rb
multibyte_chars_test.rb Add test for normalizing non-unicode string 2018-11-15 01:34:05 +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 use a proxy matcher for AS::N fanout 2019-02-11 16:04:25 -08: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
reloader_test.rb
rescuable_test.rb
safe_buffer_test.rb ActiveSupport typo fixes. 2019-02-01 22:17:10 +05:30
security_utils_test.rb
share_lock_test.rb ActiveSupport typo fixes. 2019-02-01 22:17:10 +05:30
silence_logger_test.rb
string_inquirer_test.rb
subscriber_test.rb
tagged_logging_test.rb
test_case_test.rb Enable Lint/UselessAssignment cop to avoid unused variable warnings (#34904) 2019-01-09 18:09:01 +09:00
time_travel_test.rb ActiveSupport typo fixes. 2019-02-01 22:17:10 +05:30
time_zone_test.rb ActiveSupport typo fixes. 2019-02-01 22:17:10 +05:30
time_zone_test_helpers.rb
transliterate_test.rb
xml_mini_test.rb