class Billing::MockLimiter

def broken_hard_limits_for(action, model, count: 1)

def broken_hard_limits_for(action, model, count: 1)
  []
end

def can?(action, model, count: 1)

def can?(action, model, count: 1)
  true
end

def exhausted?(model, enforcement = "hard")

def exhausted?(model, enforcement = "hard")
  false
end

def initialize(team)

def initialize(team)
end