Removing reundant Group Buys spec now we've removed Group Buys

This commit is contained in:
Will Marshall
2013-11-21 14:06:46 +11:00
parent d703e1836f
commit f642d6532a

View File

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