projects
/
rails.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Extract export.js static asset
[rails.git]
/
test
/
functional
/
export_controller_test.rb
diff --git
a/test/functional/export_controller_test.rb
b/test/functional/export_controller_test.rb
index 6b49700d80ddda6c2f3ef12125bbbffaa9b9d147..8e4282b8f1b5c1e45058f9393ae1d191370c0972 100644
(file)
--- a/
test/functional/export_controller_test.rb
+++ b/
test/functional/export_controller_test.rb
@@
-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