twilio / authy-devise

Authy Devise plugin to add Two-Factor Authentication
MIT License
201 stars 84 forks source link

Full refactor of all tests #124

Closed philnash closed 4 years ago

philnash commented 4 years ago

This library previously had an entire Rails 4 application embedded in the test suite. This locked the tests to Rails 4, which is now no longer maintained and was raising security issues on the repo.

This PR revamps the entire test suite with the following changes:

This should be a minor update to the actual library and result in no changes to any user code.

Contributing to Twilio

All third-party contributors acknowledge that any contributions they provide will be made under the same open-source license that the open-source project is provided under.

philnash commented 4 years ago

Thanks for the review @senekis!