Skip to content

Commit 0e28f2e

Browse files
committed
require active_support/core_ext in tests explicitly
Needed for `1.minute` calls
1 parent 9f51f13 commit 0e28f2e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

test/helper.rb

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@
77

88
require 'time'
99
require 'prop'
10+
require 'active_support'
11+
require 'active_support/core_ext/numeric/time'
1012
require 'active_support/cache'
1113
require 'active_support/cache/memory_store'
1214
require 'active_support/notifications'

0 commit comments

Comments
 (0)