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

Remove unused `another_email` factory

parent b8a1f1c4
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