mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-01-27 21:06:49 +00:00
12 lines
238 B
Ruby
12 lines
238 B
Ruby
require 'spec_helper'
|
|
|
|
feature "Connecting a Stripe Account" do
|
|
include AuthenticationWorkflow
|
|
include WebHelper
|
|
|
|
let!(:enterprise_user) { create :enterprise_user }
|
|
before(:each) do
|
|
login_to_admin_as enterprise_user
|
|
end
|
|
end
|