repository_attributes.rb 154 Bytes Edit Raw Blame History 1 2 3 4 5 6 FactoryGirl.define do factory :repository_attributes do association :user, strategy: :build association :repository, strategy: :build end end