]> source.dussan.org Git - redmine.git/commitdiff
ActionController::IntegrationTest is ActionDispatch::IntegrationTest.
authorJean-Philippe Lang <jp_lang@yahoo.fr>
Tue, 22 Jan 2013 18:28:58 +0000 (18:28 +0000)
committerJean-Philippe Lang <jp_lang@yahoo.fr>
Tue, 22 Jan 2013 18:28:58 +0000 (18:28 +0000)
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@11255 e93f8b46-1217-0410-a6f0-8f06a7374b81

extra/sample_plugin/test/integration/routing_test.rb

index 3ddfe5189cdb960ca886e05e4c37c60d031c045a..bfc2f2b786742b43c326b2969d986decf2cbabfb 100644 (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" },