# File lib/email_spec/email_viewer.rb, line 83 def self.open_in_browser(filename) Launchy.open(URI.parse("file://#{File.expand_path(filename)}")) end