Merge branch 'master' into 3-0-stable-may13

This commit is contained in:
Luis Ramos
2020-05-13 19:50:32 +01:00
182 changed files with 2432 additions and 729 deletions

View File

@@ -15,7 +15,7 @@ describe Api::BaseController do
context "signed in as a user using an authentication extension" do
before do
allow(controller).to receive_messages try_spree_current_user:
double(email: "spree@example.com")
double(email: "ofn@example.com")
end
it "can make a request" do