Browse Source

CLDC-4325: Run all tests now and in 2026

pull/3250/head
samyou-softwire 2 weeks ago
parent
commit
58d922ccd1
  1. 3
      spec/spec_helper.rb

3
spec/spec_helper.rb

@ -128,8 +128,9 @@ RSpec.configure do |config|
Timecop.travel(Time.zone.local(2026, 4, 1))
Singleton.__init__(FormHandler)
example.run
Timecop.travel(Time.zone.local(2026, 4, 1))
Timecop.return
Singleton.__init__(FormHandler)
example.run
end
end

Loading…
Cancel
Save