Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Test app task: Allow passing in user class
Without this, every extension's test app always has `Spree::LegacyUser` configured. Mostly, that's fine, but for solidus_auth_devise, it'd be nicer if the generated spree.rb file would have `Spree.user_class = "Spree::User"` rather than `Spree::LegacyUser`. (cherry picked from commit 520efc0)
- Loading branch information