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
Rafael França 153a32b9a0
Merge pull request #33289 from Edouard-chin/ec-lazy-load-hooks
Use class_eval or instance_eval when triggering lazy load hooks
2018-07-04 14:13:54 -04:00
..
autoloading_fixtures
cache Refactor #33254. 2018-07-01 12:46:15 +02:00
concurrency Prevent deadlocks with load interlock and DB lock. 2017-11-09 10:46:01 -05:00
core_ext Add tests for duration multiplication and division 2018-06-25 13:48:35 +01:00
dependencies
deprecation Replace assert ! with assert_not 2018-04-19 08:11:33 -04:00
file_fixtures
fixtures
json Enable Layout/SpaceBeforeComma rubocop rule, and fixed more 2017-12-12 20:00:50 +09:00
messages
metadata
notifications Use assert_empty and assert_not_empty 2018-01-25 23:32:59 -05:00
testing Remove extra include ActiveSupport::Testing::MethodCallAssertions 2018-06-08 23:59:56 +03:00
xml_mini Enable Layout/LeadingCommentSpace to not allow cosmetic changes in the future 2017-12-14 17:30:54 +09:00
abstract_unit.rb Handle FrozenError if it is available 2017-12-20 11:52:01 +00:00
array_inquirer_test.rb Use assert_predicate and assert_not_predicate 2018-01-25 23:32:59 -05:00
autoload_test.rb
benchmarkable_test.rb Use assert_empty and assert_not_empty 2018-01-25 23:32:59 -05:00
broadcast_logger_test.rb
callback_inheritance_test.rb Define callbacks on descendants. 2018-02-06 16:05:39 -05:00
callbacks_test.rb Replace assert ! with assert_not 2018-04-19 08:11:33 -04:00
class_cache_test.rb Replace assert ! with assert_not 2018-04-19 08:11:33 -04:00
clean_backtrace_test.rb
clean_logger_test.rb
concern_test.rb Use respond_to test helpers 2018-01-25 23:32:58 -05:00
configurable_test.rb Use respond_to test helpers 2018-01-25 23:32:58 -05:00
constantize_test_cases.rb
current_attributes_test.rb
dependencies_test.rb Fix CustomCops/AssertNot to allow it to have failure message 2018-05-13 11:32:47 +09:00
dependencies_test_helpers.rb
deprecation_test.rb Raise a better exception when a invalid depreation behavior is set 2018-05-18 13:35:09 -04:00
descendants_tracker_test_cases.rb Use assert_empty and assert_not_empty 2018-01-25 23:32:59 -05:00
descendants_tracker_with_autoloading_test.rb Use assert_empty and assert_not_empty 2018-01-25 23:32:59 -05:00
descendants_tracker_without_autoloading_test.rb Replace assert ! with assert_not 2018-04-19 08:11:33 -04:00
digest_test.rb Don't include ellipsis in truncated digest output 2017-12-17 00:49:02 +00:00
encrypted_configuration_test.rb Raise an error only when require_master_key is specified 2017-12-18 08:04:15 +09:00
encrypted_file_test.rb Raise an error only when require_master_key is specified 2017-12-18 08:04:15 +09:00
evented_file_update_checker_test.rb Use assert_predicate and assert_not_predicate 2018-01-25 23:32:59 -05:00
executor_test.rb
file_update_checker_shared_tests.rb Allow rubocop check more files 2018-04-19 23:25:39 +03:00
file_update_checker_test.rb
gzip_test.rb Fix CustomCops/AssertNot to allow it to have failure message 2018-05-13 11:32:47 +09:00
hash_with_indifferent_access_test.rb Fix CustomCops/AssertNot to allow it to have failure message 2018-05-13 11:32:47 +09:00
i18n_test.rb
inflector_test.rb Use assert_empty and assert_not_empty 2018-01-25 23:32:59 -05:00
inflector_test_cases.rb Fixed typo in test for activesupport parameterize 2017-11-01 10:27:29 +00:00
key_generator_test.rb Ruby 2.4: take advantage of String#unpack1 2018-03-01 22:42:51 -08:00
lazy_load_hooks_test.rb Use class_eval or instance_eval when triggering lazy load hooks: 2018-07-03 23:29:43 -04:00
log_subscriber_test.rb
logger_test.rb Add missing require 2018-06-07 15:34:30 +03:00
message_encryptor_test.rb
message_verifier_test.rb Replace assert ! with assert_not 2018-04-19 08:11:33 -04:00
multibyte_chars_test.rb Replace assert ! with assert_not 2018-04-19 08:11:33 -04:00
multibyte_conformance_test.rb Remove unused require 2018-06-07 15:34:31 +03:00
multibyte_grapheme_break_conformance_test.rb Remove unused require 2018-06-07 15:34:31 +03:00
multibyte_normalization_conformance_test.rb Remove unused require 2018-06-07 15:34:31 +03:00
multibyte_proxy_test.rb
multibyte_test_helpers.rb Add missing require 2018-06-07 15:34:30 +03:00
notifications_test.rb Replace assert ! with assert_not 2018-04-19 08:11:33 -04:00
number_helper_i18n_test.rb Enable Layout/LeadingCommentSpace to not allow cosmetic changes in the future 2017-12-14 17:30:54 +09:00
number_helper_test.rb Enable Layout/LeadingCommentSpace to not allow cosmetic changes in the future 2017-12-14 17:30:54 +09:00
option_merger_test.rb
ordered_hash_test.rb
ordered_options_test.rb Replace assert ! with assert_not 2018-04-19 08:11:33 -04:00
reloader_test.rb Replace assert ! with assert_not 2018-04-19 08:11:33 -04:00
rescuable_test.rb
safe_buffer_test.rb Fix CustomCops/AssertNot to allow it to have failure message 2018-05-13 11:32:47 +09:00
security_utils_test.rb Replace assert ! with assert_not 2018-04-19 08:11:33 -04:00
share_lock_test.rb
string_inquirer_test.rb Use assert_predicate and assert_not_predicate 2018-01-25 23:32:59 -05:00
subscriber_test.rb
tagged_logging_test.rb Merge pull request #28171 from sorra/fresh-thread-tagged-logging 2018-02-03 22:41:39 +09:00
test_case_test.rb Clearer error message in assert_changes 2018-05-05 14:11:59 +02:00
time_travel_test.rb Enable Layout/LeadingCommentSpace to not allow cosmetic changes in the future 2017-12-14 17:30:54 +09:00
time_zone_test.rb Allow Time.zone.at to receive a second argument 2018-05-30 13:47:39 +01:00
time_zone_test_helpers.rb Fix exception in AS::Timezone.all when any tzinfo data is missing 2018-04-18 21:45:13 +02:00
transliterate_test.rb
xml_mini_test.rb Suppress warning: BigDecimal.new is deprecated 2017-12-15 01:19:57 +00:00