From e64bfe8ba3b9b64a1fcd015818a8f3b38ff5f102 Mon Sep 17 00:00:00 2001 From: Rob H Date: Thu, 10 Apr 2014 16:26:24 +1000 Subject: [PATCH] Fix failing API Orders spec --- spec/controllers/spree/api/orders_controller_spec.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/controllers/spree/api/orders_controller_spec.rb b/spec/controllers/spree/api/orders_controller_spec.rb index 8de9dfabfa..99b218a009 100644 --- a/spec/controllers/spree/api/orders_controller_spec.rb +++ b/spec/controllers/spree/api/orders_controller_spec.rb @@ -24,7 +24,7 @@ module Spree context "as a normal user" do before :each do - spree_get :index, { :template => 'bulk_index', :format => :json } + spree_get :managed, { :template => 'bulk_index', :format => :json } end it "retrieves a list of orders with appropriate attributes, including line items with appropriate attributes" do