project_attributes.rb 169 Bytes Edit Raw Blame History 1 2 3 4 5 6 7 8 FactoryGirl.define do factory :project_attributes, :class => 'ProjectAttributes' do project_id 1 image_url "MyString" user_id 1 hidden false end end