# File lib/selenium/rspec/reporting/file_path_strategy.rb, line 30 30: def relative_file_path_for_system_screenshot(example) 31: "#{relative_dir}/example_#{example.reporting_uid}_system_screenshot.png" 32: end