This spec would start to fail on the first of the month because the generated text would have a zero-padded day (e.g. 01 vs 1), whereas the expected text check used an unpadded day via the `-d` parameter in strftime (https://apidock.com/ruby/Date/strftime). To fix this, we use use the `d` parameter to pad zeros. This spec was introduced recently in https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/25731. Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/59731 |
||
|---|---|---|
| .. | ||
| active_sessions_spec.rb | ||
| add_email_to_existing_account.rb | ||
| login_spec.rb | ||
| logout_spec.rb | ||
| overview_spec.rb | ||
| rss_spec.rb | ||
| show_spec.rb | ||
| signup_spec.rb | ||
| snippets_spec.rb | ||
| terms_spec.rb | ||
| user_browses_projects_on_user_page_spec.rb | ||