Delete duplicaed user_project factory

This commit is contained in:
Urban Rotnik 2019-06-03 13:47:02 +02:00
parent 965b7eb58b
commit 1bae169ab0

View file

@ -8,12 +8,4 @@ FactoryBot.define do
archived { false }
visibility { 'hidden' }
end
factory :project_user, class: User do
full_name Faker::Name.name
initials 'AD'
email Faker::Internet.email
password 'asdf1243'
password_confirmation 'asdf1243'
end
end