projects
/
rails.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Update to rails 6.0.2.1
[rails.git]
/
test
/
controllers
/
notes_controller_test.rb
diff --git
a/test/controllers/notes_controller_test.rb
b/test/controllers/notes_controller_test.rb
index 82821de6c0725db74b7e0864706e79e2fd96ec78..5c71d722fa1518213e9f529b9be65e3df4a8f008 100644
(file)
--- a/
test/controllers/notes_controller_test.rb
+++ b/
test/controllers/notes_controller_test.rb
@@
-2,6
+2,7
@@
require "test_helper"
class NotesControllerTest < ActionController::TestCase
def setup
+ super
# Stub nominatim response for note locations
stub_request(:get, %r{^https://nominatim\.openstreetmap\.org/reverse\?})
.to_return(:status => 404)