Skip to content

Commit

Permalink
Add missing require
Browse files Browse the repository at this point in the history
Without this require, an error occurs when executing only `duration_test.rb`.
Ref: https://travis-ci.org/rails/rails/jobs/338817558#L2205-L2210
  • Loading branch information
y-yagi committed Feb 14, 2018
1 parent 90f30ec commit 569302b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions activesupport/test/core_ext/duration_test.rb
Expand Up @@ -3,6 +3,7 @@
require "active_support/time"
require "active_support/json"
require "time_zone_test_helpers"
require "yaml"

class DurationTest < ActiveSupport::TestCase
include TimeZoneTestHelpers
Expand Down

0 comments on commit 569302b

Please sign in to comment.