adds abilities for SpendingProposals
This commit is contained in:
committed by
Juanjo Bazán
parent
fe32162c9f
commit
2c36ceb10c
@@ -23,4 +23,7 @@ describe "Abilities::Everyone" do
|
||||
it { should_not be_able_to(:unflag, Proposal) }
|
||||
|
||||
it { should be_able_to(:show, Comment) }
|
||||
|
||||
it { should be_able_to(:index, SpendingProposal) }
|
||||
it { should_not be_able_to(:create, SpendingProposal) }
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user