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

Version Path
lookup_by-0.10.9 spec/dummy/config/environments/test.rb
lookup_by-0.10.8 spec/dummy/config/environments/test.rb
lookup_by-0.10.7 spec/dummy/config/environments/test.rb
lookup_by-0.10.6 spec/dummy/config/environments/test.rb
lookup_by-0.10.5 spec/dummy/config/environments/test.rb
lookup_by-0.10.4 spec/dummy/config/environments/test.rb
lookup_by-0.10.3 spec/dummy/config/environments/test.rb
lookup_by-0.10.2 spec/dummy/config/environments/test.rb
lookup_by-0.10.1 spec/dummy/config/environments/test.rb
lookup_by-0.10.0 spec/dummy/config/environments/test.rb
lookup_by-0.9.1 spec/dummy/config/environments/test.rb
lookup_by-0.9.0 spec/dummy/config/environments/test.rb
lookup_by-0.8.0 spec/dummy/config/environments/test.rb