Implement UsersProject project_access validation
This commit is contained in:
parent
640018ba55
commit
1ba28aaef8
6 changed files with 8 additions and 5 deletions
|
@ -45,6 +45,7 @@ FactoryGirl.define do
|
|||
factory :users_project do
|
||||
user
|
||||
project
|
||||
project_access { UsersProject::MASTER }
|
||||
end
|
||||
|
||||
factory :issue do
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue