Clean Code: Plan limits improvements
What does this MR do?
- Commit 45272e9e backported Plan/PlanLimits to CE but missed to move plan limits specs.
- Remove unnecessary
limit
usingexists?
:limit
is not necessary becauseexists?
always addslimit(1)
.