Created
August 20, 2012 21:26
-
-
Save fletcherm/3408051 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Thanks for this - had this issue today and couldn't get to the bottom of it.