FactoryGirl.define do
factory :quality_analyasis, class: 'QualityAnalysis' do
project_id 1
author_login "MyString"
rep_identifier "MyString"
end