mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-03-13 04:00:21 +00:00
Merge branch 'master' into 3-0-stable-may13
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user