I’m using RSpec + FactoryGirl for automated testing.
For front-end development, i need some “real” data, to work with.
How can i use standard rails fixtures, to load such data, as i need it.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You can just create fixtures under your
test/fixturesdirectory as you would when using Rails’ built-in testing. Then you can load them into your development DB with