X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/3d874a5d61b332cefe944b77cfa38a1061425d3f..b0747c3c1e2c3f437fb5e94e85c2f329680f3ee0:/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