mirror of
https://github.com/discourse/discourse.git
synced 2025-03-23 19:35:38 +08:00
DEV: Fix the build.
Follow-up to 650da7b626aeb71fc344dee3f608187c3b99e4b0
This commit is contained in:
parent
650da7b626
commit
f70b330e7a
@ -3,8 +3,10 @@
|
||||
require 'rails_helper'
|
||||
|
||||
describe Jobs::ReindexSearch do
|
||||
before { SearchIndexer.enable }
|
||||
after { SearchIndexer.disable }
|
||||
before do
|
||||
SearchIndexer.enable
|
||||
Jobs.run_immediately!
|
||||
end
|
||||
|
||||
let(:locale) { 'fr' }
|
||||
# This works since test db has a small record less than limit.
|
||||
|
Loading…
x
Reference in New Issue
Block a user