Sha256: 5f277a23edbe4fa284c377d6f99ce8839791ccb5c10653d251f83e434f941bcb
Contents?: true
Size: 219 Bytes
Versions: 5
Compression:
Stored size: 219 Bytes
Contents
FactoryGirl.define do content_builder_category = RailsAdminContentBuilder::ContentBuilderCategory factory :content_builder_category, class: content_builder_category do name { Faker::Lorem.characters } end end
Version data entries
5 entries across 5 versions & 1 rubygems