forked from fixin.me/fixin.me
6 lines
203 B
Ruby
6 lines
203 B
Ruby
require 'core_ext/big_decimal_scientific_notation'
|
|
|
|
ActiveSupport.on_load :action_dispatch_system_test_case do
|
|
prepend CoreExt::ActionDispatch::SystemTesting::TestHelpers::ScreenshotHelperUniqueId
|
|
end
|