2
0
Fork 0
mirror of https://github.com/discourse/discourse.git synced 2025-09-04 08:47:37 +08:00
discourse/spec/support/rate_limit_matcher.rb
2013-02-05 14:16:51 -05:00

5 lines
132 B
Ruby

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