fixes spec

This commit is contained in:
rgarcia
2016-03-29 17:36:31 +02:00
parent 6f723a871f
commit d5453f1733
5 changed files with 12 additions and 9 deletions

View File

@@ -55,4 +55,5 @@ describe "Abilities::Administrator" do
it { should be_able_to(:read, SpendingProposal) }
it { should be_able_to(:update, SpendingProposal) }
it { should be_able_to(:valuate, SpendingProposal) }
it { should be_able_to(:destroy, SpendingProposal) }
end