solidusio / solidus_auth_devise

🔑 Devise authentication for your Solidus store.
http://solidus.io
BSD 3-Clause "New" or "Revised" License
53 stars 128 forks source link

Fix tests for Devise's :confirmable module #190

Closed aldesantis closed 4 years ago

aldesantis commented 4 years ago

Fixes a fundamental issue with the tests for the :confirmable module, that was preventing them from working properly (i.e. the :confirmable module was not being loaded at all, and the tests were not testing anything meaningful).

Credits to @vassalloandrea for originally discovering the issue.