Skip to content

Commit

Permalink
Require time zone core_ext instead of class
Browse files Browse the repository at this point in the history
We use Time.zone, which is a core extension. If it isn't loaded, we may
not be able to access the zone correctly.
  • Loading branch information
gmcgibbon committed Nov 21, 2024
1 parent 7bfbe6e commit b9237e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
require "app_profiler"

require "active_support"
require "active_support/time_with_zone"
require "active_support/core_ext/time/zones"
require "active_support/test_case"
require "active_support/testing/autorun"

Expand Down

0 comments on commit b9237e7

Please sign in to comment.