Se agregan anotaciones a propuestas existentes

This commit is contained in:
Abigail Sosa
2015-11-17 16:54:01 -07:00
committed by rgarcia
parent 0d8a233c22
commit 189a6426b1
29 changed files with 638 additions and 3 deletions

View File

@@ -49,4 +49,6 @@ describe "Abilities::Administrator" do
it { should be_able_to(:comment_as_administrator, proposal) }
it { should_not be_able_to(:comment_as_moderator, proposal) }
it { should be_able_to(:manage, Annotation) }
end