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