Sha256: 777f7e7bc34f15c286e586ca14fa08931bc3fc8d008db6da60b0a6bfca16a6dc

Contents?: true

Size: 123 Bytes

Versions: 3

Compression:

Stored size: 123 Bytes

Contents

FactoryBot.define do
 factory :dummy_post, class: Post do
    title { "Foo bar" }
    body { "Foo baar bazaar" }
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
weeler-2.1.0 spec/factories/dummy_posts.rb
weeler-2.0.1 spec/factories/dummy_posts.rb
weeler-2.0.0 spec/factories/dummy_posts.rb