2
0
Fork 0
mirror of https://github.com/discourse/discourse.git synced 2025-09-06 09:10:25 +08:00

missed a spec

This commit is contained in:
Sam 2018-01-15 14:51:04 +11:00
parent bf68d394f4
commit d9788a5fb3

View file

@ -5,6 +5,7 @@ RSpec.describe Admin::SearchLogsController do
let(:user) { Fabricate(:user) }
before do
SearchLog.clear_debounce_cache!
SearchLog.log(term: 'ruby', search_type: :header, ip_address: '127.0.0.1')
end