Skip to content

Commit

Permalink
Don't require strict_loading in tests
Browse files Browse the repository at this point in the history
Maybe someday, but for now a lot of the changes required (at least in
view tests) were to the tests themselves, which is not helpful.
  • Loading branch information
glacials committed Oct 31, 2024
1 parent b967a02 commit c0961b3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions config/environments/test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -56,4 +56,6 @@

# Annotate rendered view with file names.
# config.action_view.annotate_rendered_view_with_filenames = true

config.active_record.strict_loading_by_default = false
end

0 comments on commit c0961b3

Please sign in to comment.