Browse Source

test tests 2nd april

test-tests-2nd-april
Carolyn 1 month ago
parent
commit
87a4b69a22
  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.include FactoryBot::Syntax::Methods
config.around do |example|
Timecop.travel(Time.zone.local(2025, 4, 2))
Singleton.__init__(FormHandler)
example.run
Timecop.travel(Time.zone.local(2025, 4, 2))
Singleton.__init__(FormHandler)
end
config.before do config.before do
RequestHelper.stub_http_requests RequestHelper.stub_http_requests
end end

Loading…
Cancel
Save