]> git.openstreetmap.org Git - rails.git/commit
Block non-localhost requests for all tests
authorTom Hughes <tom@compton.nu>
Tue, 10 Jul 2018 17:59:15 +0000 (18:59 +0100)
committerTom Hughes <tom@compton.nu>
Tue, 10 Jul 2018 17:59:15 +0000 (18:59 +0100)
commit5ff822083dad8eb52b1a319b271681b5ecefc27d
treec9a33209e6ef3ccd5d038a8d8fb017bd36882053
parent90d5d062f5d8ab5776d72ba77d4c688f0486754f
Block non-localhost requests for all tests

Only blocking them for the system tests didn't actually
work anyway as the setting is global so would apply to all
tests after the first system test.
test/application_system_test_case.rb
test/test_helper.rb