Skip to content

Commit

Permalink
Enable eager loading, even though we really shouldn't have to
Browse files Browse the repository at this point in the history
Due to a potential issue between dry-core / rails autoloading: dry-rb/dry-core#25
  • Loading branch information
Ryan Bigg committed Apr 25, 2018
1 parent 05bb6bf commit 5f3c440
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/environments/test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
# 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 = true

# Configure public file server for tests with Cache-Control for performance.
config.public_file_server.enabled = true
Expand Down

0 comments on commit 5f3c440

Please sign in to comment.