Skip to content

Instantly share code, notes, and snippets.

@fletcherm
Created August 20, 2012 21:26
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save fletcherm/3408051 to your computer and use it in GitHub Desktop.
Save fletcherm/3408051 to your computer and use it in GitHub Desktop.
# 8/16/2012
# This is here specifically for font awesome. It causes QT and capybara-webkit
# to crash while trying to load the font.
# If you are aware of any better way to take care of this problem, let
# me know!
if Rails.env.test?
Rails.application.config.assets.paths.reject! { |path| path.to_s =~ /fonts/ }
end
@kalv
Copy link

kalv commented Sep 14, 2012

Thanks for this - had this issue today and couldn't get to the bottom of it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment