Sha256: b0c4b917b0021f1baff3114b539c17606a44cee2c959471a2dd4d6fa70099a4f
Contents?: true
Size: 862 Bytes
Versions: 2
Compression:
Stored size: 862 Bytes
Contents
Dummy::Application.configure do # Settings specified here will take precedence over those in config/application.rb # The test environment is used exclusively to run your application's # test suite. You never need to work with it otherwise. Remember that # your test database is "scratch space" for the test suite and is wiped # and recreated between test runs. Don't rely on the data there! config.cache_classes = true # Configure static asset server for tests with Cache-Control for performance config.serve_static_assets = true config.static_cache_control = "public, max-age=3600" # Do not eager load code on boot. config.eager_load = false # Show full error reports and disable caching config.consider_all_requests_local = true # Print deprecation notices to the stderr config.active_support.deprecation = :stderr end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
private_person-0.4.0 | spec/dummy/config/environments/test.rb |
private_person-0.3.1 | spec/dummy/config/environments/test.rb |