From fa906778ffdc22671cca11b5db1bf80cc44d9468 Mon Sep 17 00:00:00 2001 From: Jeremy Kemper Date: Sat, 22 Dec 2007 19:03:01 +0000 Subject: Integration tests use ActionController::Dispatcher rather than the old Dispatcher. Closes #10596. git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@8483 5ecf4fe2-1ee6-0310-87b1-e25e094e27de --- actionpack/test/controller/integration_test.rb | 1 - 1 file changed, 1 deletion(-) (limited to 'actionpack/test/controller/integration_test.rb') diff --git a/actionpack/test/controller/integration_test.rb b/actionpack/test/controller/integration_test.rb index 4213bb4afa..2aea6eaaaa 100644 --- a/actionpack/test/controller/integration_test.rb +++ b/actionpack/test/controller/integration_test.rb @@ -1,6 +1,5 @@ require File.dirname(__FILE__) + '/../abstract_unit' -$:.unshift File.dirname(__FILE__) + '/../../../railties/lib' require 'action_controller/integration' uses_mocha 'integration' do -- cgit v1.2.3