summaryrefslogtreecommitdiff
path: root/spec/models/email_spec.rb
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2020-05-06 09:10:02 +0000
committerGitLab Bot <gitlab-bot@gitlab.com>2020-05-06 09:10:02 +0000
commit51c20446a0dcf2f5f4a0254230876bd472a254e7 (patch)
tree5fc1658c6a240e49d9bc76113f33c500b45500bc /spec/models/email_spec.rb
parent0c4b9cacd575b3e71e41a13f042062b3adcb4caf (diff)
downloadgitlab-ce-51c20446a0dcf2f5f4a0254230876bd472a254e7.tar.gz
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'spec/models/email_spec.rb')
-rw-r--r--spec/models/email_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/models/email_spec.rb b/spec/models/email_spec.rb
index aa3a60b867a..dabf2bb80b5 100644
--- a/spec/models/email_spec.rb
+++ b/spec/models/email_spec.rb
@@ -4,7 +4,7 @@ require 'spec_helper'
describe Email do
describe 'validations' do
- it_behaves_like 'an object with email-formated attributes', :email do
+ it_behaves_like 'an object with RFC3696 compliant email-formated attributes', :email do
subject { build(:email) }
end
end