This repository has been archived on 2023-03-18. You can view files and clone it, but cannot push or open issues or pull requests.
osr-discourse-src/spec/support/rate_limit_matcher.rb
2023-01-09 11:49:28 +00:00

6 lines
154 B
Ruby

# frozen_string_literal: true
RSpec::Matchers.define :rate_limit do |attribute|
match { |model| model.class.include? RateLimiter::OnCreateRecord }
end