Skip to content
Snippets Groups Projects
Commit 9327bca7 authored by Robert Speicher's avatar Robert Speicher
Browse files

Remove unused `another_email` factory

Former-commit-id: 042b047f
parent 9cdab5bb
No related branches found
No related tags found
No related merge requests found
FactoryGirl.define do
factory :email do
user
email do
FFaker::Internet.email('alias')
end
factory :another_email do
email do
FFaker::Internet.email('another.alias')
end
end
email { FFaker::Internet.email('alias') }
end
end
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment