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
2013-02-05 14:16:51 -05:00

6 lines
132 B
Ruby

RSpec::Matchers.define :rate_limit do |attribute|
match do |model|
model.class.include? RateLimiter::OnCreateRecord
end
end