method

increment_unique

rails 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 58
          def increment_unique
            @_screenshot_counter ||= 0
            @_screenshot_counter += 1
          end