Hacktoberfest / hacktoberfest-2020

Hacktoberfest - App to manage the annual open-source challenge, used for the 2019 & 2020 seasons.
https://hacktoberfest.digitalocean.com
Other
496 stars 147 forks source link

Skip Airtable updater service spec on forks #581

Closed katjuell closed 3 years ago

katjuell commented 3 years ago

Description

Forks of the project were running into the following error on the report_airtable_updater_service:

   URI::InvalidURIError:
       bad URI(is not URI?): https://api.airtable.com/v0/<TEST_AIRTABLE_APP_ID>/Spam%20Repos

This update makes that spec ENV var dependent.

Test process

Create a fork of the project, leave Airtable keys blank, and run the test suite with ./script/test-command.sh bundle exec rspec and you should see the error above.

Run the same test on the branch and the error should be gone.

Requirements to merge