rubyforgood / inkind-admin

A project serving Community Education Partnerships - https://www.cep.ngo/ . This Rails application presents an admin interface for CEP to manage their volunteers and students. And provides a GraphQL backend for https://github.com/rubyforgood/inkind-volunteer .
MIT License
9 stars 27 forks source link

Adjustments and additions to the test suite #35

Closed meg-gutshall closed 3 years ago

meg-gutshall commented 3 years ago

Description

meg-gutshall commented 3 years ago

The two failing specs are because Chromedriver isn't starting up in the test suite. I was having this issue locally and then I installed it with the command brew install --cask chromedriver. Then I had to cd into the directory of the version I had just installed and mark it as safe to use with xattr -d com.apple.quarantine chromedriver and it worked from there.

garettarrowood commented 3 years ago

I'll get the lint and tests passing again on main. Thank you for these great additions!