Sha256: c11bb93db630751911e5400ef52825dca1151f3ea266020e963b11536d32aada

Contents?: true

Size: 90 Bytes

Versions: 48

Compression:

Stored size: 90 Bytes

Contents

FactoryGirl.define do
  factory :post do
    title 'MyString'
    body 'MyText'
  end
end

Version data entries

48 entries across 48 versions & 2 rubygems

Version Path
itsf_backend-1.1.6 spec/factories/posts.rb
itsf_backend-1.1.5 spec/factories/posts.rb
itsf_backend-1.1.4 spec/factories/posts.rb
itsf_backend-1.1.3 spec/factories/posts.rb
itsf_backend-1.1.2 spec/factories/posts.rb
itsf_backend-1.1.1 spec/factories/posts.rb
itsf_backend-1.1.0 spec/factories/posts.rb
itsf_backend-1.0.1 spec/factories/posts.rb