Factory_girl Need help

Hi
please any body can help me to learn the basics of Factory girl method.
If someone know about these please tell me.

I want to learn this from the beginning.
thanks,
Mithun

On Mon, Oct 5, 2009 at 5:32 AM, Mithun P. [email protected]
wrote:

Hi
please any body can help me to learn the basics of Factory girl method.
If someone know about these please tell me.

I want to learn this from the beginning.

Try starting with the readme at
GitHub - thoughtbot/factory_bot: A library for setting up Ruby objects as test data.. Feel free to ask If
there’s anything specific you don’t understand.

Cheers,
David

David C. wrote:

On Mon, Oct 5, 2009 at 5:32 AM, Mithun P. [email protected]
wrote:

Hi
please any body can help me to learn the basics of Factory girl method.
If someone know about these please tell me.

I want to learn this from the beginning.

Try starting with the readme at
GitHub - thoughtbot/factory_bot: A library for setting up Ruby objects as test data.. Feel free to ask If
there’s anything specific you don’t understand.

Cheers,
David

Hi,
Thanks David. I’ll check it :slight_smile:
cheers
mithun

or check out fixjour (GitHub - nakajima/fixjour) which is
better imo because it has a better API and fewer surprises
(associations in factory girl always confuse me)

Pat