Sha256: c80b8122a35754b744487b24448165753b79fd7ef9232ba49f2ed685aa64c649

Contents?: true

Size: 534 Bytes

Versions: 1

Compression:

Stored size: 534 Bytes

Contents

Dummy::Application.configure do
  config.cache_classes = true
  config.eager_load = false
  config.serve_static_files   = true
  config.static_cache_control = 'public, max-age=3600'
  config.consider_all_requests_local       = true
  config.action_controller.perform_caching = false
  config.action_dispatch.show_exceptions = false
  config.action_controller.allow_forgery_protection = false
  config.action_mailer.delivery_method = :test
  config.active_support.test_order = :random
  config.active_support.deprecation = :stderr
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
spree_purchase_order-2.2.0 spec/dummy/config/environments/test.rb