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 feature_helper require #179

Closed harmonymjb closed 4 years ago

harmonymjb commented 4 years ago

The feature_helper file included in spec_helper has been moved to a different gem.

Including solidus_dev_support gives access to this feature_helper.

An update to capybara was also required to bundle install, but with a simple bump and one small test change works correctly.

This should correct the red tests on circleci.