Use start.html.erb views instead of _sidebar.html.erb partials
This commit is contained in:
parent
07c997d1d2
commit
3d874a5d61
5 changed files with 2 additions and 4 deletions
|
@ -18,7 +18,7 @@ class ExportControllerTest < ActionController::TestCase
|
|||
def test_start
|
||||
xhr :get, :start
|
||||
assert_response :success
|
||||
assert_template 'export/_sidebar'
|
||||
assert_template 'export/start'
|
||||
end
|
||||
|
||||
def test_finish_osm
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue