From f642d6532a3f214e1882f8f5f4d88bc699f13f53 Mon Sep 17 00:00:00 2001 From: Will Marshall Date: Thu, 21 Nov 2013 14:06:46 +1100 Subject: [PATCH] Removing reundant Group Buys spec now we've removed Group Buys --- .../controllers/spree/admin/reports_controller_spec.rb | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/spec/controllers/spree/admin/reports_controller_spec.rb b/spec/controllers/spree/admin/reports_controller_spec.rb index 3ef8d1760f..cd87122d46 100644 --- a/spec/controllers/spree/admin/reports_controller_spec.rb +++ b/spec/controllers/spree/admin/reports_controller_spec.rb @@ -77,16 +77,6 @@ describe Spree::Admin::ReportsController do end end - describe 'Group Buys' do - it "only shows orders that I have access to" do - spree_get :group_buys - - assigns(:search).result.should include(orderA1, orderB1) - assigns(:search).result.should_not include(orderA2) - assigns(:search).result.should_not include(orderB2) - end - end - describe 'Bulk Coop' do it "only shows orders that I have access to" do spree_get :bulk_coop