aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/test/ordered_options_test.rb
diff options
context:
space:
mode:
authorkennyj <kennyj@gmail.com>2012-03-20 23:11:27 +0900
committerkennyj <kennyj@gmail.com>2012-03-20 23:11:27 +0900
commitc5b3cbc7e89423aa0ef0d0c207a79f951d0a9f33 (patch)
treed08d8f6ab4b660b77b73a6252e5b514d896f058b /activesupport/test/ordered_options_test.rb
parentae977150e7beaa6a45960288acea3801b98639f7 (diff)
downloadrails-c5b3cbc7e89423aa0ef0d0c207a79f951d0a9f33.tar.gz
rails-c5b3cbc7e89423aa0ef0d0c207a79f951d0a9f33.tar.bz2
rails-c5b3cbc7e89423aa0ef0d0c207a79f951d0a9f33.zip
Add missing require
Diffstat (limited to 'activesupport/test/ordered_options_test.rb')
-rw-r--r--activesupport/test/ordered_options_test.rb1
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