Displaying 1 result from an estimated 1 matches for "path_to_use".
Did you mean:
path_to_iso
2012 Jun 27
0
config.cache_classes true or false in test environment?
...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.debug_rjs = true
config.action_controller.perform_caching = false
config.log_level =...