mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-02-02 21:20:08 +08:00
Delete duplicaed user_project factory
This commit is contained in:
parent
965b7eb58b
commit
1bae169ab0
1 changed files with 0 additions and 8 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue