Extract export.js static asset

This commit is contained in:
John Firebaugh 2012-08-25 18:40:37 -07:00 committed by Tom Hughes
parent c2333c603e
commit cc4f133e64
5 changed files with 7 additions and 5 deletions

View file

@ -18,7 +18,7 @@ class ExportControllerTest < ActionController::TestCase
def test_start
xhr :get, :start
assert_response :success
assert_template 'start'
assert_template 'export/_sidebar'
end
def test_finish_osm