From e5cea07d9ebf819f06dce2971ded7a3998088264 Mon Sep 17 00:00:00 2001 From: Will Marshall Date: Fri, 7 Mar 2014 13:18:53 +1100 Subject: [PATCH] Splitting out shopping spec, starting on Paypal plumbing --- spec/controllers/shop/checkout_controller_spec.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/spec/controllers/shop/checkout_controller_spec.rb b/spec/controllers/shop/checkout_controller_spec.rb index 7ef21530c5..787be18955 100644 --- a/spec/controllers/shop/checkout_controller_spec.rb +++ b/spec/controllers/shop/checkout_controller_spec.rb @@ -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) }