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:
parent
5397216190
commit
9645cb83f2
|
@ -1,7 +1,7 @@
|
||||||
|
|
||||||
require File.expand_path(File.dirname(__FILE__) + '../../../../../test/test_helper')
|
require File.expand_path(File.dirname(__FILE__) + '../../../../../test/test_helper')
|
||||||
|
|
||||||
class SamplePluginRoutingTest < ActionController::IntegrationTest
|
class SamplePluginRoutingTest < ActionDispatch::IntegrationTest
|
||||||
def test_example
|
def test_example
|
||||||
assert_routing(
|
assert_routing(
|
||||||
{ :method => 'get', :path => "/projects/1234/hello" },
|
{ :method => 'get', :path => "/projects/1234/hello" },
|
||||||
|
|
Loading…
Reference in New Issue