rails/activesupport/lib/active_support/testing
Jean Boussier ef65e5fb32 Cleanup usage of ruby2_keywords
Now that we no longer support Ruby 2.7, many `ruby2_keyword` calls
can be eliminated.

The ones that are left could be eliminated but would end up substantially
slower or more compliacated so I left them for now.
2024-01-05 14:40:18 +01:00
..
parallelization Allow test parallelization with processes to fail fast 2021-04-16 19:23:57 -05:00
assertions.rb Format inline code [ci-skip] 2023-11-23 11:56:56 -06:00
autorun.rb minitest is no longer a stdlib on any of the supported versions of Rubies 2023-06-22 02:03:33 +09:00
constant_lookup.rb
constant_stubbing.rb stub_const polishing 2023-04-21 22:19:39 +02:00
declarative.rb
deprecation.rb Deprecate ActiveSupport::Deprecation.instance 2023-03-14 17:33:48 +01:00
error_reporter_assertions.rb Make ErrorReporterAssertions methods public 2023-09-15 10:57:14 +02:00
file_fixtures.rb Missing require "active_support/concern" 2018-10-30 10:17:09 +09:00
isolation.rb Make sure isolation tests are properlly parallelized 2024-01-04 02:43:31 +00:00
method_call_assertions.rb Remove MethodCallAssertions Ruby 2.7 work-around 2024-01-04 11:10:30 -05:00
parallelization.rb Parallelize tests only when overhead is justified 2021-07-14 13:36:28 +02:00
parallelize_executor.rb Don't pring parallelization info when running in a single process 2023-08-05 02:32:12 +00:00
setup_and_teardown.rb SetupAndTeardown has few caveats that breaks libraries: 2018-04-27 01:36:27 -04:00
stream.rb Enable Style/EvalWithLocation 2023-01-11 18:46:09 -05:00
strict_warnings.rb Cleanup usage of ruby2_keywords 2024-01-05 14:40:18 +01:00
tagged_logging.rb Standardize nodoc comments 2021-07-29 21:18:07 +00:00
time_helpers.rb Fix Time.now/DateTime.now/Date.today to return results in a system timezone after #travel_to 2023-12-02 10:05:31 +01:00