Use start.html.erb views instead of _sidebar.html.erb partials

This commit is contained in:
Tom Hughes 2012-08-27 21:18:07 +01:00
parent 07c997d1d2
commit 3d874a5d61
5 changed files with 2 additions and 4 deletions

View file

@ -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