diff options
author | Xavier Noria <fxn@hashref.com> | 2012-03-20 07:16:26 -0700 |
---|---|---|
committer | Xavier Noria <fxn@hashref.com> | 2012-03-20 07:16:26 -0700 |
commit | 5c1f389332a70e03c23525063e44307c5b9588bf (patch) | |
tree | d08d8f6ab4b660b77b73a6252e5b514d896f058b | |
parent | ae977150e7beaa6a45960288acea3801b98639f7 (diff) | |
parent | c5b3cbc7e89423aa0ef0d0c207a79f951d0a9f33 (diff) | |
download | rails-5c1f389332a70e03c23525063e44307c5b9588bf.tar.gz rails-5c1f389332a70e03c23525063e44307c5b9588bf.tar.bz2 rails-5c1f389332a70e03c23525063e44307c5b9588bf.zip |
Merge pull request #5524 from kennyj/add_missing_require
Add missing require
-rw-r--r-- | activesupport/test/ordered_options_test.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/activesupport/test/ordered_options_test.rb b/activesupport/test/ordered_options_test.rb index 0eee991e20..3526c7a366 100644 --- a/activesupport/test/ordered_options_test.rb +++ b/activesupport/test/ordered_options_test.rb @@ -1,4 +1,5 @@ require 'abstract_unit' +require 'active_support/ordered_options' class OrderedOptionsTest < ActiveSupport::TestCase def test_usage |