2
0
Fork 0
mirror of https://github.com/discourse/discourse.git synced 2025-09-06 10:50:21 +08:00
discourse/spec/support/rate_limit_matcher.rb

6 lines
132 B
Ruby
Raw Normal View History

2013-02-05 14:16:51 -05:00
RSpec::Matchers.define :rate_limit do |attribute|
match do |model|
model.class.include? RateLimiter::OnCreateRecord
end
end