atmos / warden-github

:lock: warden strategy for github oauth
MIT License
54 stars 41 forks source link

Fix undefined method #25

Closed fphilipe closed 11 years ago

fphilipe commented 11 years ago

String#blank? is not defined by default. Use String#empty? instead.

This wasn't being catched in the tests because webrat monkeypatches String.

atmos commented 11 years ago

LOL. Definitely ran into this one before.