diff options
-rw-r--r-- | spec/mailers/emails/pages_domains_spec.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/mailers/emails/pages_domains_spec.rb b/spec/mailers/emails/pages_domains_spec.rb index f741260e5fd..050af587061 100644 --- a/spec/mailers/emails/pages_domains_spec.rb +++ b/spec/mailers/emails/pages_domains_spec.rb @@ -40,7 +40,7 @@ describe Emails::PagesDomains do it 'notifies user that domain will be removed automatically' do aggregate_failures do is_expected.to have_body_text domain.remove_at.strftime('%F %T') - is_expected.to have_body_text "it will be removed from GitLab project" + is_expected.to have_body_text "it will be removed from your GitLab project" end end end |