aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_controller/test_case.rb
diff options
context:
space:
mode:
authorJoshua Peek <josh@joshpeek.com>2008-11-24 09:58:52 -0600
committerJoshua Peek <josh@joshpeek.com>2008-11-24 09:58:52 -0600
commit5ffd1e0c02e605158efc08f3cbb6aebb79978553 (patch)
tree709110c0f0633f1e3aad5f6de0899c46d83b21be /actionpack/lib/action_controller/test_case.rb
parent42b4407e35e8634370fb95dc6786d4fd0c0e6afa (diff)
downloadrails-5ffd1e0c02e605158efc08f3cbb6aebb79978553.tar.gz
rails-5ffd1e0c02e605158efc08f3cbb6aebb79978553.tar.bz2
rails-5ffd1e0c02e605158efc08f3cbb6aebb79978553.zip
Ensure integration test is load in script/console [#1452 state:resolved]
Diffstat (limited to 'actionpack/lib/action_controller/test_case.rb')
-rw-r--r--actionpack/lib/action_controller/test_case.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/actionpack/lib/action_controller/test_case.rb b/actionpack/lib/action_controller/test_case.rb
index b925230118..79a8e1364d 100644
--- a/actionpack/lib/action_controller/test_case.rb
+++ b/actionpack/lib/action_controller/test_case.rb
@@ -107,7 +107,6 @@ module ActionController
class TestCase < ActiveSupport::TestCase
module Assertions
%w(response selector tag dom routing model).each do |kind|
- require "action_controller/assertions/#{kind}_assertions"
include ActionController::Assertions.const_get("#{kind.camelize}Assertions")
end