Add an API key for admin user

This commit is contained in:
Hugo Daniel
2018-11-07 15:24:22 +01:00
parent 8547d5302c
commit bc9af7c45f

View File

@@ -37,6 +37,7 @@ module Spree
user.stub(:enterprises) { [] }
user.stub(:owned_groups) { [] }
user.stub(:spree_api_key) { "admin_spree_api_key" }
user
end
end