Fixing requests after namespaces. Fixed admin bug with access to project
This commit is contained in:
parent
e92b563acf
commit
0e1635a68a
14 changed files with 35 additions and 62 deletions
|
@ -12,7 +12,7 @@ FactoryGirl.define do
|
|||
factory :user, aliases: [:author, :assignee, :owner] do
|
||||
email { Faker::Internet.email }
|
||||
name
|
||||
username 'john'
|
||||
username { Faker::Internet.user_name }
|
||||
password "123456"
|
||||
password_confirmation { password }
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue