summaryrefslogtreecommitdiff
path: root/spec/factories/users.rb
diff options
context:
space:
mode:
authorPhil Hughes <me@iamphill.com>2018-06-01 12:12:18 +0100
committerPhil Hughes <me@iamphill.com>2018-06-01 12:12:18 +0100
commit9ffb60acd8ab646eabfa32e6faaa3802c2aef2a6 (patch)
tree71322166368986c869e5607ec9f2f1066d0c4e3e /spec/factories/users.rb
parent8868c919a3c798f7d5753e250723df6d285de7b0 (diff)
parente206e32881e4fbfcbe647d7b2ee713c99ef1bf99 (diff)
downloadgitlab-ce-9ffb60acd8ab646eabfa32e6faaa3802c2aef2a6.tar.gz
Merge branch 'master' into ide-list-merge-requests
Diffstat (limited to 'spec/factories/users.rb')
-rw-r--r--spec/factories/users.rb4
1 files changed, 0 insertions, 4 deletions
diff --git a/spec/factories/users.rb b/spec/factories/users.rb
index 769fd656e7a..59db8cdc34b 100644
--- a/spec/factories/users.rb
+++ b/spec/factories/users.rb
@@ -12,10 +12,6 @@ FactoryBot.define do
user.notification_email = user.email
end
- before(:create) do |user|
- user.ensure_rss_token
- end
-
trait :admin do
admin true
end