diff options
author | Vishnu Atrai <vishnu.atrai@gmail.com> | 2011-07-31 23:12:28 +0530 |
---|---|---|
committer | Xavier Noria <fxn@hashref.com> | 2011-08-13 16:22:26 -0700 |
commit | 9d0b376bbf44c5515ab0f1e72d4f4e466f315ef2 (patch) | |
tree | aeb1bef43729db539954b605176946409bd8c185 /actionpack | |
parent | 665a89ed4f2b6024d36183b9442f9e55568611ba (diff) | |
download | rails-9d0b376bbf44c5515ab0f1e72d4f4e466f315ef2.tar.gz rails-9d0b376bbf44c5515ab0f1e72d4f4e466f315ef2.tar.bz2 rails-9d0b376bbf44c5515ab0f1e72d4f4e466f315ef2.zip |
remove extra require for 'active_support/dependencies' as it is required in abstract_unit.rb
Diffstat (limited to 'actionpack')
-rw-r--r-- | actionpack/test/controller/routing_test.rb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/actionpack/test/controller/routing_test.rb b/actionpack/test/controller/routing_test.rb index aa9d193436..b693fbec2b 100644 --- a/actionpack/test/controller/routing_test.rb +++ b/actionpack/test/controller/routing_test.rb @@ -1,7 +1,6 @@ # encoding: utf-8 require 'abstract_unit' require 'controller/fake_controllers' -require 'active_support/dependencies' require 'active_support/core_ext/object/with_options' class MilestonesController < ActionController::Base |