Remove deprecated expecations about admin image&doc destroyal

This commit is contained in:
Bertocq
2018-01-24 21:42:20 +01:00
parent 6dcd01366c
commit 43c8506f84

View File

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