method
image_name
v5.1.7 -
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 40
def image_name
failed? ? "failures_#{method_name}" : method_name
end