Sha256: 5dc63f31f38a24d8c9369eef2842c2bf034f2af64341427e39e4bbe9a3ef6057

Contents?: true

Size: 937 Bytes

Versions: 1

Compression:

Stored size: 937 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

    # Show full error reports and disable caching
    config.consider_all_requests_local = true

    # Use SQL instead of Active Record's schema dumper when creating the test database.
    # This is necessary if your schema can't be completely dumped by the schema dumper,
    # like if you have constraints or database-specific column types
    # config.active_record.schema_format = :sql

    # Print deprecation notices to the stderr
    config.active_support.deprecation = :stderr
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
acts_as_favoritor-1.0.0 test/dummy30/config/environments/test.rb