..
autoloading_fixtures
Delete orphan autoloading fixtures
2021-04-06 20:14:10 +02:00
cache
Allow overriding of redis url when running tests
2022-03-19 10:31:27 +00:00
concurrency
allow running each test with pure ruby path/to/test.rb
2019-12-18 08:49:19 -06:00
core_ext
Fix `Range#overlaps?` for beginless ranges
2022-03-23 22:40:24 +02:00
dependencies
Deletes AS::Dependencies::Blamable
2021-03-08 17:10:42 +01:00
deprecation
allow running each test with pure ruby path/to/test.rb
2019-12-18 08:49:19 -06:00
file_fixtures
introduce `ActiveSupport::Testing::FileFixtures`.
2015-01-28 12:29:34 +01:00
fixtures
Concerns learn to be prepended
2020-02-10 02:23:33 +01:00
json
Allow any module or class to be converted to JSON in a simple way
2021-06-18 14:06:50 +09:00
messages
allow running each test with pure ruby path/to/test.rb
2019-12-18 08:49:19 -06:00
metadata
[Active Support] Add explicit assertions to tests with no assertions
2022-02-15 23:44:25 +00:00
notifications
Only wrap subscriber exceptions if there is more than one
2021-11-02 16:47:37 +01:00
testing
assert_changes works on including Assertions class
2021-07-25 14:27:18 -04:00
xml_mini
Remove leading whitespace from the XML under test
2021-01-05 22:29:25 -05:00
abstract_unit.rb
Deprecate preserving the pre-Ruby 2.4 behavior of `to_time`
2022-03-20 10:07:59 +00:00
actionable_error_test.rb
allow running each test with pure ruby path/to/test.rb
2019-12-18 08:49:19 -06:00
array_inquirer_test.rb
Enable Lint/DuplicateMethods rubocop rule
2021-11-15 13:51:28 -05:00
autoload_test.rb
allow running each test with pure ruby path/to/test.rb
2019-12-18 08:49:19 -06:00
benchmarkable_test.rb
allow running each test with pure ruby path/to/test.rb
2019-12-18 08:49:19 -06:00
broadcast_logger_test.rb
Fix TaggedLogging functionality when broadcasting:
2022-03-15 21:09:18 +01:00
callback_inheritance_test.rb
Replace ableist language
2021-10-05 22:27:09 -04:00
callbacks_test.rb
Remove special case filtering for Procs.
2021-03-02 17:20:35 -08:00
clean_backtrace_test.rb
chore: fix grammar and spelling
2021-04-12 05:30:44 +10:00
clean_logger_test.rb
Fix logger format with Ruby 3.1
2021-12-20 22:36:33 +00:00
concern_test.rb
Fix variable not initialized warnings
2020-03-13 00:14:45 +01:00
configurable_test.rb
ActiveSupport::Configurable default value option
2021-07-20 10:36:58 -03:00
configuration_file_test.rb
Cast `ConfigurationFile#content_path` to a string:
2020-02-10 19:12:33 -04:00
constantize_test_cases.rb
Remove DependenciesTestHelpers
2021-04-03 19:24:12 +02:00
constantize_test_helpers.rb
Remove DependenciesTestHelpers
2021-04-03 19:24:12 +02:00
current_attributes_test.rb
Introduce ActiveSupport::IsolatedExecutionState for internal use
2021-11-18 15:55:15 +01:00
dependencies_test.rb
Delete the classic version of AS::Dependencies.clear
2021-08-23 10:05:08 +02:00
deprecation_test.rb
[Active Support] Add explicit assertions to tests with no assertions
2022-02-15 23:44:25 +00:00
descendants_tracker_test.rb
Fix DescendantTracker.clear on Ruby 3.1
2021-11-25 17:32:52 +01:00
digest_test.rb
Change the default digest for new apps to SHA256
2021-01-08 12:07:20 +01:00
encrypted_configuration_test.rb
Credentials: support hash style access in more cases
2021-06-02 10:34:22 -05:00
encrypted_file_test.rb
Raise missing key error when master key env var is blank
2021-06-03 16:21:53 +02:00
error_reporter_test.rb
Implement ErrorReporter#disable
2022-03-07 16:10:27 +01:00
evented_file_update_checker_test.rb
Fix flakey EventedFileUpdateChecker GC test
2022-01-20 17:39:15 -06:00
execution_context_test.rb
Extract ActiveSupport::ExecutionContext out of ActiveRecord::QueryLogs
2021-11-10 09:36:02 +01:00
executor_test.rb
Warm-up to avoid autoloads interfering with class serial
2022-02-22 21:00:16 +10:30
file_update_checker_shared_tests.rb
Avoid double wait in EventedFileUpdateCheckerTest
2021-07-22 12:29:27 -05:00
file_update_checker_test.rb
Avoid double wait in EventedFileUpdateCheckerTest
2021-07-22 12:29:27 -05:00
fork_tracker_test.rb
allow running each test with pure ruby path/to/test.rb
2019-12-18 08:49:19 -06:00
gzip_test.rb
allow running each test with pure ruby path/to/test.rb
2019-12-18 08:49:19 -06:00
hash_with_indifferent_access_test.rb
remove testing HWIA serialization for old psych
2022-03-22 23:31:45 -04:00
i18n_test.rb
allow running each test with pure ruby path/to/test.rb
2019-12-18 08:49:19 -06:00
inflector_test.rb
Support clearing acronyms in ActiveSupport::Inflector::Inflections
2021-06-15 10:22:19 +01:00
inflector_test_cases.rb
Fix (Inflector::Methods#underscore): small regression
2021-10-28 00:25:09 +02:00
isolated_execution_state_test.rb
Introduce ActiveSupport::IsolatedExecutionState for internal use
2021-11-18 15:55:15 +01:00
key_generator_test.rb
✂️ [ci skip]
2021-03-22 04:46:11 +09:00
lazy_load_hooks_test.rb
allow running each test with pure ruby path/to/test.rb
2019-12-18 08:49:19 -06:00
log_subscriber_test.rb
Remove child event tracking from AS::Subscriber
2022-02-17 08:20:01 -08:00
logger_test.rb
[Active Support] Add explicit assertions to tests with no assertions
2022-02-15 23:44:25 +00:00
message_encryptor_test.rb
Change MessageEncryptor default serializer to JSON for Rails 7.1
2022-02-07 12:19:36 -05:00
message_verifier_test.rb
Revert "Revert "Merge pull request #42843 from buckley-w-david/message-verifier-default-serializer""
2022-03-01 15:14:43 -08:00
multibyte_chars_test.rb
multibyte_chars_test should test with ActiveSupport::Multibyte::Chars class as proxy
2022-03-16 19:46:52 +05:30
multibyte_proxy_test.rb
allow running each test with pure ruby path/to/test.rb
2019-12-18 08:49:19 -06:00
multibyte_test_helpers.rb
Remove deprecated methods in ActiveSupport::Multibyte::Unicode
2020-10-30 00:26:02 +00:00
notifications_test.rb
Deprecate Event#{children,parent_of}
2022-02-17 08:20:01 -08:00
number_helper_i18n_test.rb
Add `:round_mode` parameter support to number helpers
2020-01-05 21:23:02 +00:00
number_helper_test.rb
Fix number_to_currency regression in handling "-0.0"
2021-08-25 22:30:12 -04:00
option_merger_test.rb
Support `Object#with_options` without a block
2021-11-15 17:00:36 -05:00
ordered_hash_test.rb
allow running each test with pure ruby path/to/test.rb
2019-12-18 08:49:19 -06:00
ordered_options_test.rb
Removed unwanted requires of and fixed rubocop errors
2022-03-10 01:19:55 +05:30
parameter_filter_test.rb
Fix misspelling of value is tests
2022-02-15 14:50:33 +01:00
per_thread_registry_test.rb
Eliminate internal uses of `PerThreadRegistry` and deprecate it
2021-11-22 09:53:16 +01:00
reloader_test.rb
allow running each test with pure ruby path/to/test.rb
2019-12-18 08:49:19 -06:00
rescuable_test.rb
allow running each test with pure ruby path/to/test.rb
2019-12-18 08:49:19 -06:00
safe_buffer_test.rb
Mark scrub as an unsafe method on SafeBuffer
2020-12-01 17:40:17 +09:00
secure_compare_rotator_test.rb
allow running each test with pure ruby path/to/test.rb
2019-12-18 08:49:19 -06:00
security_utils_test.rb
secure_compare: Check byte size instead of length
2021-04-02 12:45:29 -04:00
share_lock_test.rb
ShareLock#exclusive and sharing are both public methods
2020-10-02 15:53:47 +09:00
silence_logger_test.rb
allow running each test with pure ruby path/to/test.rb
2019-12-18 08:49:19 -06:00
string_inquirer_test.rb
Enable Lint/DuplicateMethods rubocop rule
2021-11-15 13:51:28 -05:00
subscriber_test.rb
Enable Lint/DuplicateMethods rubocop rule
2021-11-15 13:51:28 -05:00
tagged_logging_test.rb
Fix TaggedLogging functionality when broadcasting:
2022-03-15 21:09:18 +01:00
test_case_test.rb
Add TestCase#stub_const ( #44294 )
2022-02-01 12:20:06 +01:00
time_travel_test.rb
Make #to_fs the default replacement for #to_s(:format)
2022-02-07 12:41:21 +01:00
time_zone_test.rb
Improve compatibility with `date` versions `3.2.1`, `3.1.2`, `3.0.2` and `2.0.1`
2021-11-15 12:04:55 +01:00
time_zone_test_helpers.rb
Deprecate preserving the pre-Ruby 2.4 behavior of `to_time`
2022-03-20 10:07:59 +00:00
transliterate_test.rb
Change all "can not"s to the correct "cannot"
2020-02-04 16:46:55 -05:00
xml_mini_test.rb
Allow to opt-in to the new TimeWithZone.name and fix XmlMini serialization
2021-04-12 22:03:31 +02:00