Remove deprecated expecations about admin image&doc destroyal
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user