projects
/
rails.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Add public gps tiles layer for debugging purposes
[rails.git]
/
test
/
controllers
/
directions_controller_test.rb
diff --git
a/test/controllers/directions_controller_test.rb
b/test/controllers/directions_controller_test.rb
index f24c9d205c7400a20c1be15656ba32aa9e1f58b3..1335ea469bb6549a7eeef80217445b4ad30dd351 100644
(file)
--- a/
test/controllers/directions_controller_test.rb
+++ b/
test/controllers/directions_controller_test.rb
@@
-1,7
+1,6
@@
-require
'test_helper'
+require
"test_helper"
class DirectionsControllerTest < ActionController::TestCase
-
##
# test all routes which lead to this controller
def test_routes
@@
-17,5
+16,4
@@
class DirectionsControllerTest < ActionController::TestCase
get :search
assert_response :success
end
-
end