Nah I had this issue, too... use this

FactoryGirl.... do
assocation :location, etc. (look it up)
end

On 01/03/2012, at 4:19 PM, S Ahmed wrote:

> I'm trying to use factory for a test case, but the model I am creating via 
> the factory depends on another model, how do you setup a factory like this?
> 
> Model Account has a location_id attribute (where Location is another model)
> 
> So how do I set it?
> 
> FactoryGirl..... do
> 
>   location_id  ????????/
> 
> end
> _______________________________________________
> rspec-users mailing list
> rspec-users@rubyforge.org
> http://rubyforge.org/mailman/listinfo/rspec-users

_______________________________________________
rspec-users mailing list
rspec-users@rubyforge.org
http://rubyforge.org/mailman/listinfo/rspec-users

Reply via email to