ubicloud/spec/routes/web/project
Enes Cakir 7c223f16dc Set nil when billing info attributes are empty
tax_id, company_name, postal_code, state, and city are not required on
the billing info update form. When they are not provided, we should set
them to nil instead of an empty string.

Since an empty string is truthy in Ruby, it causes issues when we try to
check whether billing info details are present.
2025-09-17 21:46:20 +03:00
..
billing_spec.rb Set nil when billing info attributes are empty 2025-09-17 21:46:20 +03:00
github_spec.rb Use handle_validation_failure in the project github create route 2025-08-08 01:52:14 +09:00
postgres_spec.rb Refresh certificates when renaming postgres resource 2025-09-17 01:43:20 +09:00