docbrown/spec/models/settings
Daniel Uber 3fb69eca20
Make smtp "domain" setting explicit (#14097)
When running tests locally (with an older version of the .env_sample
file as .env) I was seeing nil, rather than the empty string, when
running this spec. I determined the issue is that env vars
provided (but blank) are represented as empty strings, while env vars
not provided are returned as nil, and to avoid this dependence on the
environment file (at test time) it's better to provide the data you're
expecting (as we did for the other keys in the settings hash).
2021-07-12 09:22:37 -05:00
..
authentication_spec.rb Split Settings::Authentication from SiteConfig (#13095) 2021-04-12 09:41:09 +02:00
community_spec.rb Clean up SiteConfig (#13738) 2021-05-18 09:38:31 +07:00
general_spec.rb Pin posts to feed (#13807) 2021-06-04 10:54:53 +02:00
smtp_spec.rb Make smtp "domain" setting explicit (#14097) 2021-07-12 09:22:37 -05:00
user_experience_spec.rb Clean up SiteConfig (#13738) 2021-05-18 09:38:31 +07:00