attempts to fix failing travis

This commit is contained in:
kikito
2015-09-28 15:22:15 +02:00
parent 82af488ce3
commit 65ec39ebb3

View File

@@ -31,7 +31,7 @@ module Abilities
can :comment_as_administrator, [Debate, Comment, Proposal]
can :manage, Moderator
can [:create, :read, :update, :destroy], Moderator
end
end
end