Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.
# frozen_string_literal: true
RSpec::Matchers.define :rate_limit do |attribute|
match do |model|
model.class.include? RateLimiter::OnCreateRecord
end