Skip to content

Commit

Permalink
Merge pull request #25736 from voxik/file-store-test-require-pathname
Browse files Browse the repository at this point in the history
Pathname might not be always initialized.
  • Loading branch information
rafaelfranca committed Jul 7, 2016
2 parents 19ff64d + 34e0eaf commit 3d716b9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions activesupport/test/caching_test.rb
Expand Up @@ -3,6 +3,8 @@
require 'active_support/cache'
require 'dependencies_test_helpers'

require 'pathname'

module ActiveSupport
module Cache
module Strategy
Expand Down

0 comments on commit 3d716b9

Please sign in to comment.