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

Add test for restroom reverse-geocoding. #538

Closed tcmal closed 5 years ago

tcmal commented 5 years ago

See PR #529

DeeDeeG commented 5 years ago

The build failed in Travis, but I don't think it's related to our code or this Pull Request.

What happened:

Going to run the Travis build again, hopefully the error goes away.


From line 2279 of the Travis logs:

$ docker-compose run -e "RAILS_ENV=test" web rake db:test:prepare spec
Creating network "refugerestrooms_default" with the default driver
Pulling db (postgres:latest)...
ERROR: unauthorized: authentication required
The command "docker-compose run -e "RAILS_ENV=test" web rake db:test:prepare spec" exited with 1.
DeeDeeG commented 5 years ago

After restarting the Travis build, the tests now pass. Was just a quirk between Travis and Docker.