Use FactoryGirl in Rails
FactoryGirl is a gem aimed at replacing Fixtures. If you wonder that, take a look at what's wrong with fixtures. ### 1. Add factory_girl_rails to your Gemfile group :test, :development…
FactoryGirl is a gem aimed at replacing Fixtures. If you wonder that, take a look at what's wrong with fixtures. ### 1. Add factory_girl_rails to your Gemfile group :test, :development…