mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-01-24 20:36:49 +00:00
Splitting out shopping spec, starting on Paypal plumbing
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
require 'spec_helper'
|
||||
|
||||
describe Shop::CheckoutController do
|
||||
render_views
|
||||
let(:distributor) { double(:distributor) }
|
||||
let(:order_cycle) { create(:order_cycle) }
|
||||
let(:order) { create(:order) }
|
||||
|
||||
Reference in New Issue
Block a user