Fixed bug: Form request spec is not testing ES search (DB only).
This commit is contained in:
parent
02ba0e455e
commit
22ba8f8fcb
1 changed files with 1 additions and 0 deletions
|
@ -3,6 +3,7 @@ require 'rails_helper'
|
||||||
RSpec.describe 'Form', type: :request, searchindex: true do
|
RSpec.describe 'Form', type: :request, searchindex: true do
|
||||||
|
|
||||||
before(:each) do
|
before(:each) do
|
||||||
|
configure_elasticsearch
|
||||||
rebuild_searchindex
|
rebuild_searchindex
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue