mirror of
https://github.com/discourse/discourse.git
synced 2026-08-12 05:37:26 +08:00
Without this, these variables when set in the environment would be passed as
strings, causing an error:
```
NoMethodError: undefined method `zero?' for an instance of String (NoMethodError)
return yield(sec) if sec == nil or sec.zero?
^^^^^^
from …/ruby-3.3.6@discourse/gems/timeout-0.5.0/lib/timeout.rb:203:in `timeout'
```
|
||
|---|---|---|
| .. | ||
| group_smtp_mailer_spec.rb | ||
| invite_mailer_spec.rb | ||
| rejection_mailer_spec.rb | ||
| subscription_mailer_spec.rb | ||
| test_mailer_spec.rb | ||
| user_notifications_spec.rb | ||
| version_mailer_spec.rb | ||