Browse Source

Revert "test tests in April"

This reverts commit f5635dba11.
pull/3010/head
Carolyn 1 month ago
parent
commit
6113aeb4d1
  1. 8
      spec/spec_helper.rb

8
spec/spec_helper.rb

@ -119,14 +119,6 @@ RSpec.configure do |config|
Rails.application.load_seed
end
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.after do
RequestHelper.real_http_requests
Singleton.__init__(FormHandler)

Loading…
Cancel
Save