repository_attributes.rb 154 Bytes
FactoryGirl.define do
  factory :repository_attributes do
    association :user, strategy: :build
    association :repository, strategy: :build
  end
end