Sha256: 741407c31914bcf12b14181d7549276a6534533e254c196cce3ed19496c24edd
Contents?: true
Size: 835 Bytes
Versions: 13
Compression:
Stored size: 835 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 # Do not eager load code on boot. This avoids loading your whole application # just for the purpose of running a single test. If you are using a tool that # preloads Rails for running tests, you may have to set it to true. config.eager_load = false config.eager_load_paths = [] if config.active_support.respond_to?(:deprecation=) config.active_support.deprecation = :stderr end end
Version data entries
13 entries across 13 versions & 1 rubygems