spree_multi_tenant
spree_multi_tenant copied to clipboard
start supporting spree 2.4 stable
Currenlty I am working on a Spree project (using spree-2.4 stable). I have tested this in my machine and it works just fine( with one small hack, https://github.com/stefansenk/spree_multi_tenant/issues/14).
Spree::TokenizedPermission
is no longer available in Spree, hence removed it.
Oops.. Forgot to update spree_auth_devise version to 2.4 for running specs. i will fix it and submit another pull request.
I am not able to run the tests locally, I have ruby 2.1 and rails 4.1
When I run bundle exec rake test_app
, I am getting the following error,
NameError: uninitialized constant Spree::UserPasswordsController
. It is the same error happening in the CI also. Any pointers?