Factories need to set required attributes

This commit is contained in:
Robert Schilling 2017-10-24 12:17:41 +03:00
parent 4fa8df6777
commit 50aa340e37
1 changed files with 2 additions and 0 deletions

View File

@ -38,6 +38,8 @@ FactoryGirl.define do
active true
properties(
url: 'https://jira.example.com',
username: 'jira_user',
password: 'my-secret-password',
project_key: 'jira-key'
)
end