Load dummy data using Factory girl

Hello,
I wanted to know how to load dummy data in the application using Factory
girl.
I had done this using Fixtures.I had made a fixtures folder into the
test folder and run the command “rake test fixtures:load”
Currently i tried using factories in the spec which is working fine.
Wanted to know know regarding loading dummy data.

Amit K. wrote:

Hello,
I wanted to know how to load dummy data in the application using Factory
girl.
I had done this using Fixtures.I had made a fixtures folder into the
test folder and run the command “rake test fixtures:load”
Currently i tried using factories in the spec which is working fine.
Wanted to know know regarding loading dummy data.

Any updates…

On Aug 18, 2010, at 10:46 AM, Amit K. wrote:

Amit K. wrote:

Hello,
I wanted to know how to load dummy data in the application using Factory
girl.
I had done this using Fixtures.I had made a fixtures folder into the
test folder and run the command “rake test fixtures:load”
Currently i tried using factories in the spec which is working fine.
Wanted to know know regarding loading dummy data.

Any updates…

This is something I’ve never done before. Have you tried the factory
girl list?

http://groups.google.com/group/factory_girl

David C. wrote:

On Aug 18, 2010, at 10:46 AM, Amit K. wrote:

Amit K. wrote:

Hello,
I wanted to know how to load dummy data in the application using Factory
girl.
I had done this using Fixtures.I had made a fixtures folder into the
test folder and run the command “rake test fixtures:load”
Currently i tried using factories in the spec which is working fine.
Wanted to know know regarding loading dummy data.

Any updates…

This is something I’ve never done before. Have you tried the factory
girl list?

http://groups.google.com/group/factory_girl

No,Will post it.
Thanks.