aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test
diff options
context:
space:
mode:
authorSantiago Pastorino <santiago@wyeworks.com>2010-04-16 23:44:39 -0300
committerSantiago Pastorino <santiago@wyeworks.com>2010-04-16 23:44:39 -0300
commite85100da0a780c7da5d0daf6498861f96c44f40b (patch)
tree48fc837acfd4a3c30f5fae27bd19994d815eb610 /actionpack/test
parentdadf35b2a9b0abb6421bc08f2fedba3dbe819d5e (diff)
downloadrails-e85100da0a780c7da5d0daf6498861f96c44f40b.tar.gz
rails-e85100da0a780c7da5d0daf6498861f96c44f40b.tar.bz2
rails-e85100da0a780c7da5d0daf6498861f96c44f40b.zip
Added missing require
Diffstat (limited to 'actionpack/test')
-rw-r--r--actionpack/test/controller/mime_responds_test.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/actionpack/test/controller/mime_responds_test.rb b/actionpack/test/controller/mime_responds_test.rb
index 53cd3f0801..c8ba8bcaf3 100644
--- a/actionpack/test/controller/mime_responds_test.rb
+++ b/actionpack/test/controller/mime_responds_test.rb
@@ -1,5 +1,6 @@
require 'abstract_unit'
require 'controller/fake_models'
+require 'active_support/core_ext/hash/conversions'
class RespondToController < ActionController::Base
layout :set_layout