Deprecate code for Project. Use title and path
This commit is contained in:
parent
ab9d023651
commit
c50ec72b52
22 changed files with 79 additions and 83 deletions
|
@ -12,6 +12,7 @@ FactoryGirl.define do
|
|||
factory :user, aliases: [:author, :assignee, :owner] do
|
||||
email { Faker::Internet.email }
|
||||
name
|
||||
username 'john'
|
||||
password "123456"
|
||||
password_confirmation { password }
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue