diff --git a/spec/spec_helper.rb b/spec/spec_helper.rb index 9b30a0829..8c30a4826 100644 --- a/spec/spec_helper.rb +++ b/spec/spec_helper.rb @@ -39,6 +39,9 @@ RSpec.configure do |config| config.before(:suite) do # reindex models Crop.reindex + Seed.reindex + Harvest.reindex + Planting.reindex # and disable callbacks Searchkick.disable_callbacks