Files
fixin.me/lib/core_ext/action_dispatch/system_testing/test_helpers/screenshot_helper_unique_id.rb

8 lines
187 B
Ruby

module CoreExt::ActionDispatch::SystemTesting::TestHelpers::ScreenshotHelperUniqueId
private
def unique
Time.current.strftime("%Y-%m-%d %H:%M:%S.%9N_#{Minitest.seed}")
end
end