instance method
absolute_path
Ruby on Rails 6.1.7.10
Since v6.1.7.10 PrivateSignature
absolute_path()
No documentation comment.
Source
# File actionpack/lib/action_dispatch/system_testing/test_helpers/screenshot_helper.rb, line 78
def absolute_path
Rails.root.join("tmp/screenshots/#{image_name}")
end
Defined in actionpack/lib/action_dispatch/system_testing/test_helpers/screenshot_helper.rb line 78
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActionDispatch::SystemTesting::TestHelpers::ScreenshotHelper