Skip to content

Commit b94fbc9

Browse files
committed
Require time zone helper for tests
1 parent 0619e49 commit b94fbc9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/test_helper.rb

+1
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
require 'minitest/autorun'
1313

1414
require 'active_model'
15+
require 'active_support/core_ext/time/zones'
1516
require 'date_validator'
1617

1718
I18n.load_path += Dir[File.expand_path(File.join(File.dirname(__FILE__), '../config/locales', '*.yml')).to_s]

0 commit comments

Comments
 (0)