module ActionDispatch::SystemTesting::TestHelpers::ScreenshotHelper

def inline_base64(path)

def inline_base64(path)
  Base64.encode64(path).gsub("\n", "")
end