X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/d04e3ac9f86d04fbb30a71d5d10f59bd70a25d9e..c0b47c0c2a3c31b42ef946aa6e07b85305091a0c:/test/functional/export_controller_test.rb diff --git a/test/functional/export_controller_test.rb b/test/functional/export_controller_test.rb index af9d28183..61a307643 100644 --- a/test/functional/export_controller_test.rb +++ b/test/functional/export_controller_test.rb @@ -13,6 +13,10 @@ class ExportControllerTest < ActionController::TestCase { :path => "/export/finish", :method => :post }, { :controller => "export", :action => "finish" } ) + assert_routing( + { :path => "/export/embed", :method => :get }, + { :controller => "export", :action => "embed" } + ) end def test_start