Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Increase test coverage #995

Open
wants to merge 3 commits into
base: master
from

Conversation

@BobbyMcWho
Copy link
Member

@BobbyMcWho BobbyMcWho commented Mar 2, 2020

This also fixes a bug I found while increasing the test coverage, where passing false as the second param of OmniAuth::Utils.camelize would throw an error due to there not being a method #first defined for String. The old method would also fail since it would turn
camelize('apple_jacks', false) to "aPpleJacks", now it will correctly do "appleJacks"

BobbyMcWho added 3 commits Mar 2, 2020
@BobbyMcWho BobbyMcWho force-pushed the BobbyMcWho:increase-test-coverage branch from 6fcdfa2 to b918891 Mar 3, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked issues

Successfully merging this pull request may close these issues.

None yet

1 participant
You can’t perform that action at this time.