aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test
diff options
context:
space:
mode:
authorJeremy Kemper <jeremy@bitsweat.net>2007-12-22 19:03:01 +0000
committerJeremy Kemper <jeremy@bitsweat.net>2007-12-22 19:03:01 +0000
commitfa906778ffdc22671cca11b5db1bf80cc44d9468 (patch)
treedb8f905fc5611be65cb1716603e46b98f67dee42 /actionpack/test
parentc64a29f6f1e7e7d95193862ab571e2b03f648b34 (diff)
downloadrails-fa906778ffdc22671cca11b5db1bf80cc44d9468.tar.gz
rails-fa906778ffdc22671cca11b5db1bf80cc44d9468.tar.bz2
rails-fa906778ffdc22671cca11b5db1bf80cc44d9468.zip
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
Diffstat (limited to 'actionpack/test')
-rw-r--r--actionpack/test/controller/integration_test.rb1
1 files changed, 0 insertions, 1 deletions
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