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-06 14:47:05 +0300
committerJacob Vosmaer <contact@jacobvosmaer.nl>2016-04-06 14:47:05 +0300
commit5cf56e56470e695b10db02dff70d0f0b50060518 (patch)
treed46ecd17857f8e49abda15c03576c099e2bf39df /spec/mailers
parente3558ed67e7e829fe5148c3fb2fe80ed045fe1b4 (diff)
Rename almost all the things
Diffstat (limited to 'spec/mailers')
-rw-r--r--spec/mailers/repository_check_mailer_spec.rb (renamed from spec/mailers/repo_check_mailer_spec.rb)2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/mailers/repo_check_mailer_spec.rb b/spec/mailers/repository_check_mailer_spec.rb
index d49a6ae0c05..6ae9a93aaac 100644
--- a/spec/mailers/repo_check_mailer_spec.rb
+++ b/spec/mailers/repository_check_mailer_spec.rb
@@ -1,6 +1,6 @@
require 'rails_helper'
-describe RepoCheckMailer do
+describe RepositoryCheckMailer do
include EmailSpec::Matchers
describe '.notify' do