RefugeRestrooms / refugerestrooms

REFUGE restrooms indexes and maps safe restroom locations for trans, intersex, and gender nonconforming individuals.
http://www.refugerestrooms.org
GNU Affero General Public License v3.0
894 stars 261 forks source link

Remove top cities RSpec tests ("specs") #342

Closed DeeDeeG closed 7 years ago

DeeDeeG commented 7 years ago

The Rails 5 PR only seems to be failing on some tests that check top cities. Since we recently removed the top cities feature entirely, we can just delete the tests.

The tests are located here: spec/models/restroom_spec.rb

(Should be a roughly less than 5 minute fix, and maybe we will be back to passing builds with Travis, since the unauthorized Maps API key issue seems to have gone away? (If someone fixed that, thank you!))

DeeDeeG commented 7 years ago

Fixed by @dannypaz in the Rails 5 PR, #307.