From 43c8506f847528ec8461c4bde9b3549a2cafd2a6 Mon Sep 17 00:00:00 2001 From: Bertocq Date: Wed, 24 Jan 2018 21:42:20 +0100 Subject: [PATCH] Remove deprecated expecations about admin image&doc destroyal --- spec/models/abilities/administrator_spec.rb | 8 -------- 1 file changed, 8 deletions(-) diff --git a/spec/models/abilities/administrator_spec.rb b/spec/models/abilities/administrator_spec.rb index b6841edb5..e9d3215bd 100644 --- a/spec/models/abilities/administrator_spec.rb +++ b/spec/models/abilities/administrator_spec.rb @@ -82,12 +82,4 @@ describe Abilities::Administrator do it { should be_able_to(:valuate, create(:budget_investment, budget: create(:budget, phase: 'valuating'))) } it { should be_able_to(:valuate, create(:budget_investment, budget: create(:budget, phase: 'finished'))) } - - it { should be_able_to(:destroy, proposal_document) } - it { should be_able_to(:destroy, budget_investment_document) } - it { should be_able_to(:destroy, poll_question_document) } - - it { should be_able_to(:destroy, proposal_image) } - it { should be_able_to(:destroy, budget_investment_image) } - end