# File lib/capybara-screenshot/rspec/textmate_link_reporter.rb, line 13 def attributes_for_screenshot_link(url) super.merge("onclick" => "TextMate.system('open #{Shellwords.escape(url)}'); return false;") end