pending permissions spec

This commit is contained in:
rgarcia
2016-06-07 13:56:40 +02:00
parent 8e12fbdd55
commit 43251585b9

View File

@@ -26,4 +26,6 @@ describe "Abilities::Everyone" do
it { should be_able_to(:index, SpendingProposal) }
it { should_not be_able_to(:create, SpendingProposal) }
end
pending "only authors can access new and create for ProposalNotifications"
end