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