This change both speeds up specs (less strings to allocate) and helps catch cases where methods in Discourse are mutating inputs. Overall we will be migrating everything to use #frozen_string_literal: true it will take a while, but this is the first and safest move in this direction |
||
|---|---|---|
| .. | ||
| allowed_ip_address_validator_spec.rb | ||
| category_searrch_priority_weights_validator_spec.rb | ||
| email_setting_validator_spec.rb | ||
| email_validator_spec.rb | ||
| enable_invite_only_validator_spec.rb | ||
| enable_local_logins_via_email_validator_spec.rb | ||
| enable_sso_validator_spec.rb | ||
| external_system_avatars_validator_spec.rb | ||
| group_setting_validator_spec.rb | ||
| integer_setting_validator_spec.rb | ||
| ip_address_format_validator_spec.rb | ||
| max_emojis_validator_spec.rb | ||
| max_username_length_validator_spec.rb | ||
| min_username_length_validator_spec.rb | ||
| password_validator_spec.rb | ||
| post_validator_spec.rb | ||
| quality_title_validator_spec.rb | ||
| regex_presence_validator_spec.rb | ||
| regex_setting_validator_spec.rb | ||
| reply_by_email_address_validator_spec.rb | ||
| reply_by_email_enabled_validator_spec.rb | ||
| sso_overrides_email_validator_spec.rb | ||
| string_setting_validator_spec.rb | ||
| topic_title_length_validator_spec.rb | ||
| unicode_username_validator_spec.rb | ||
| unicode_username_whitelist_validator_spec.rb | ||
| upload_validator_spec.rb | ||
| url_validator_spec.rb | ||
| user_full_name_validator_spec.rb | ||
| username_setting_validator_spec.rb | ||