Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJacob Vosmaer <contact@jacobvosmaer.nl>2016-04-18 11:58:40 +0300
committerJacob Vosmaer <contact@jacobvosmaer.nl>2016-04-18 11:58:40 +0300
commitfdf6ca6c01ec54bf86ee72d5adbaf4ae3cff8483 (patch)
tree1c0e327d0647861a0d8800fde797c8f0ed4bbc83 /spec/mailers
parentd7a4a2fe7577f2ca17d28f10d312ed98d5253ae4 (diff)
Improve 'auto fsck' admin emails
Diffstat (limited to 'spec/mailers')
-rw-r--r--spec/mailers/repository_check_mailer_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/mailers/repository_check_mailer_spec.rb b/spec/mailers/repository_check_mailer_spec.rb
index 583bf15176f..00613c7b671 100644
--- a/spec/mailers/repository_check_mailer_spec.rb
+++ b/spec/mailers/repository_check_mailer_spec.rb
@@ -15,7 +15,7 @@ describe RepositoryCheckMailer do
it 'mentions the number of failed checks' do
mail = described_class.notify(3)
- expect(mail).to have_subject '3 projects failed their last repository check'
+ expect(mail).to have_subject 'GitLab Admin | 3 projects failed their last repository check'
end
end
end