Displaying 1 result from an estimated 1 matches for "rbpcm".
Did you mean:
pcm
2012 Jun 27
0
config.cache_classes true or false in test environment?
...o days I have problem with a scenario that started to fails
with the error that there is a missing link. I narrowed the problem to
config/environments/test.rb and config.cache_classes and I change the
value now the scenario is passing with config.cache_classes = true. Here is
my full test.rb:
RbpCm::Application.configure do
config.action_mailer.default_url_options = { :host => PATH_TO_USE }
config.action_mailer.delivery_method = :test
config.cache_classes = true
config.whiny_nils = true
config.consider_all_requests_local = true
config.action_view.debu...