How do I suppress webkit messages in rspec output
问题 I've just moved to a macbook pro retina with Mavericks and have started getting these warning messages in my rspec output: webkit_server[55708:507] CoreText performance note: Client called CTFontCreateWithName() using name "Arial" and got font with PostScript name "ArialMT". For best performance, only use PostScript names when calling this API. I'm using capybara with the webkit javascript driver by setting the following in my spec_helper.rb file: Capybara.javascript_driver = :webkit Does