method
increment_unique
v7.2.3 -
Show latest stable
- Class:
ActionDispatch::SystemTesting::TestHelpers::ScreenshotHelper
increment_unique()private
No documentation available.
# File actionpack/lib/action_dispatch/system_testing/test_helpers/screenshot_helper.rb, line 67
def increment_unique
@_screenshot_counter ||= 0
@_screenshot_counter += 1
end