spree-contrib / spree-multi-domain

Multiple Spree stores on different domains - single unified backed for processing orders
https://guides.spreecommerce.org
194 stars 191 forks source link

Tests don't run for 2-3-stable #109

Closed schmijos closed 9 years ago

schmijos commented 9 years ago

I'm running the tests per

bundle exec rake test_app && bundle exec rspec

8 of them are failing. They say something about font-awesome:

1) Global controller helpers should include the right tracker
 Failure/Error: get '/'
 ActionView::Template::Error:
   File to import not found or unreadable: font-awesome.
   Load paths:
   ...

Is there any special setup before being able to run the tests?