Skip to content

Commit 57f5df3

Browse files
committed
Merge pull request rails#25736 from voxik/file-store-test-require-pathname
Pathname might not be always initialized.
1 parent a5531b4 commit 57f5df3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

activesupport/test/caching_test.rb

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33
require 'active_support/cache'
44
require 'dependencies_test_helpers'
55

6+
require 'pathname'
7+
68
module ActiveSupport
79
module Cache
810
module Strategy

0 commit comments

Comments
 (0)