method
image_name
v6.0.0 -
Show latest stable
- Class:
ActionDispatch::SystemTesting::TestHelpers::ScreenshotHelper
image_name()private
No documentation available.
# File actionpack/lib/action_dispatch/system_testing/test_helpers/screenshot_helper.rb, line 41
def image_name
name = method_name[0...225]
failed? ? "failures_#{name}" : name
end