# Define your factories here, e.g. # # Factory.define :article do |f| # f.sequence(:slug) { |i| "article-#{i}" } # f.title { fake(:lorem, :words, 5) } # f.body { fake(:lorem, :paragraphs, 1) } # end # # See https://github.com/rom-rb/rom-factory for more.