Sha256: 170b2157cbecf02f7a46b484339a82e9e1be8bd64da913f031bd3df0655b9a2f

Contents?: true

Size: 223 Bytes

Versions: 5

Compression:

Stored size: 223 Bytes

Contents

# Read about factories at https://github.com/thoughtbot/factory_girl

FactoryGirl.define do
  factory :chaskiq_template, :class => 'Chaskiq::Template' do
    name "MyString"
    body "<p>this is the template</p>"
  end
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
chaskiq-0.0.6 spec/factories/chaskiq_templates.rb
chaskiq-0.0.5 spec/factories/chaskiq_templates.rb
chaskiq-0.0.4 spec/factories/chaskiq_templates.rb
chaskiq-0.0.3 spec/factories/chaskiq_templates.rb
chaskiq-0.0.2 spec/factories/chaskiq_templates.rb