diff --git a/spec/helpers/filters_helper_spec.rb b/spec/helpers/filters_helper_spec.rb index ce60d07f7..e3e4b0c8a 100644 --- a/spec/helpers/filters_helper_spec.rb +++ b/spec/helpers/filters_helper_spec.rb @@ -599,6 +599,7 @@ RSpec.describe FiltersHelper do context "with 24/25 as the current collection year" do before do allow(Time).to receive(:now).and_return(Time.zone.local(2024, 5, 1)) + Singleton.__init__(FormHandler) end it "has the correct options" do