Splitting out shopping spec, starting on Paypal plumbing

This commit is contained in:
Will Marshall
2014-03-07 13:18:53 +11:00
parent d00ade8137
commit e5cea07d9e

View File

@@ -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) }