Systematize core extesions

This commit is contained in:
2024-12-07 16:05:07 +01:00
parent d31ff5442a
commit 25ac126df9
4 changed files with 8 additions and 7 deletions

View File

@@ -1 +1,5 @@
require 'core_ext/big_decimal/formatting'
require 'core_ext/big_decimal_scientific_notation'
ActiveSupport.on_load :action_dispatch_system_test_case do
prepend CoreExt::ActionDispatch::SystemTesting::TestHelpers::ScreenshotHelperUniqueId
end