ActionController::IntegrationTest is ActionDispatch::IntegrationTest.

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@11255 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Jean-Philippe Lang 2013-01-22 18:28:58 +00:00
parent 5397216190
commit 9645cb83f2
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
require File.expand_path(File.dirname(__FILE__) + '../../../../../test/test_helper')
class SamplePluginRoutingTest < ActionController::IntegrationTest
class SamplePluginRoutingTest < ActionDispatch::IntegrationTest
def test_example
assert_routing(
{ :method => 'get', :path => "/projects/1234/hello" },