Sha256: d1de02e1309dc5c876eeea22c4feb065d663c069bf4629769efce3c938d2092f
Contents?: true
Size: 272 Bytes
Versions: 2
Compression:
Stored size: 272 Bytes
Contents
module Dummy class Application < Rails::Application config.active_support.test_order = :random config.secret_token = SecureRandom.hex(100) config.secret_key_base = SecureRandom.hex(100) config.eager_load = false end end Dummy::Application.initialize!
Version data entries
2 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
test_squad-0.1.3 | test/support/app_4.2.6.rb |
test_squad-0.1.3 | test/support/app_5.0.0.rb |