summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVladimir Shushlin <v.shushlin@gmail.com>2019-04-09 19:54:33 +0300
committerVladimir Shushlin <v.shushlin@gmail.com>2019-04-09 19:54:33 +0300
commit9be8e33a8c709dc4953d301112c18a3d879e3413 (patch)
tree0849707da0adc02d39ac1e00b21f3eb3e2b46dd3
parentaca54dec3d46464684ef2aa6d55d72f60f875035 (diff)
downloadgitlab-ce-remove-disabled-pages-domains.tar.gz
-rw-r--r--spec/mailers/emails/pages_domains_spec.rb2
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