Fix failing API Orders spec

This commit is contained in:
Rob H
2014-04-10 16:26:24 +10:00
parent 6228cc0c55
commit e64bfe8ba3

View File

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