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?
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?
No,Will post it.
Thanks.