# Read about factories at https://github.com/thoughtbot/factory_girl FactoryGirl.define do factory :chaskiq_template, :class => 'Chaskiq::Template' do name "MyString" body "

this is the template

" end end