Precompile poltergeist_disable_transition.css for tests
This commit is contained in:
parent
29a7f151b6
commit
7ee8bfbac4
1 changed files with 3 additions and 0 deletions
|
|
@ -19,6 +19,9 @@ Diaspora::Application.configure do
|
||||||
# No assets request logging
|
# No assets request logging
|
||||||
config.assets.quiet = true
|
config.assets.quiet = true
|
||||||
|
|
||||||
|
# Precompile poltergeist_disable_transition.css for tests
|
||||||
|
config.assets.precompile += %w[poltergeist_disable_transition.css]
|
||||||
|
|
||||||
# Show full error reports and disable caching
|
# Show full error reports and disable caching
|
||||||
config.consider_all_requests_local = true
|
config.consider_all_requests_local = true
|
||||||
config.action_controller.perform_caching = false
|
config.action_controller.perform_caching = false
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue