Browse Source

test tests 1st april

test-tests-1st-april
Carolyn 3 months ago
parent
commit
683e092608
  1. 8
      spec/spec_helper.rb

8
spec/spec_helper.rb

@ -111,6 +111,14 @@ RSpec.configure do |config|
config.include FactoryBot::Syntax::Methods
config.around do |example|
Timecop.travel(Time.zone.local(2025, 4, 1))
Singleton.__init__(FormHandler)
example.run
Timecop.travel(Time.zone.local(2025, 4, 1))
Singleton.__init__(FormHandler)
end
config.before do
RequestHelper.stub_http_requests
end

Loading…
Cancel
Save