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:
authorBrett Walker <brett@digitalmoksha.com>2017-09-24 20:52:49 +0300
committerBrett Walker <brett@digitalmoksha.com>2017-09-24 20:52:49 +0300
commitd97b577a1bee80bd79209d2e6d501d1cd93debcc (patch)
tree660edfe661e2e8c3e14aa3a1986dfecc70eb7d46 /spec/models/email_spec.rb
parentd7d335c05b9ae359b72f59c31bbe5ed059df7f52 (diff)
must now set the devise default scope (since we now have an :email scope)
and rubocop fixes
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 7c88b544d3c..3fd3fe03be5 100644
--- a/spec/models/email_spec.rb
+++ b/spec/models/email_spec.rb
@@ -26,7 +26,7 @@ describe Email do
email.confirm
end
end
-
+
describe 'scopes' do
let(:user) { create(:user) }