Implement UsersProject project_access validation

This commit is contained in:
Dmitriy Zaporozhets 2012-12-22 19:52:28 +02:00
parent 640018ba55
commit 1ba28aaef8
6 changed files with 8 additions and 5 deletions

View file

@ -45,6 +45,7 @@ FactoryGirl.define do
factory :users_project do
user
project
project_access { UsersProject::MASTER }
end
factory :issue do