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. -- Posted via http://www.ruby-forum.com/.
Amit Kulkarni 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... -- Posted via http://www.ruby-forum.com/.
On Aug 18, 2010, at 10:46 AM, Amit Kulkarni wrote:> Amit Kulkarni 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 Chelimsky wrote:> On Aug 18, 2010, at 10:46 AM, Amit Kulkarni wrote: > >> Amit Kulkarni 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_girlNo,Will post it. Thanks. -- Posted via http://www.ruby-forum.com/.