Sha256: 3dc4389d19a27eb8d898b66ae5e3fbaa385fe5b8ae773a459ee3a72efd3982d9

Contents?: true

Size: 194 Bytes

Versions: 86

Compression:

Stored size: 194 Bytes

Contents

FactoryBot.define do
  factory :book do
    name { Faker::Lorem.sentence(3) }
    description { Faker::Lorem.sentence(30) }
    slug { "mumuki/mumuki-test-book-#{SecureRandom.uuid}" }
  end
end

Version data entries

86 entries across 86 versions & 2 rubygems

Version Path
mumuki-laboratory-6.0.3 spec/factories/book_factory.rb
mumuki-laboratory-6.1.2 spec/factories/book_factory.rb
mumuki-laboratory-6.1.1 spec/factories/book_factory.rb
mumuki-laboratory-6.1.0 spec/factories/book_factory.rb
mumuki-laboratory-6.0.2 spec/factories/book_factory.rb
mumuki-laboratory-6.0.1 spec/factories/book_factory.rb
mumuki-laboratory-6.0.0 spec/factories/book_factory.rb
mumuki-laboratory-5.13.0 spec/factories/book_factory.rb
mumuki-laboratory-5.12.1 spec/factories/book_factory.rb
mumuki-laboratory-5.12.0 spec/factories/book_factory.rb
mumuki-laboratory-5.11.0 spec/factories/book_factory.rb
mumuki-laboratory-5.10.4 spec/factories/book_factory.rb
mumuki-laboratory-5.10.3 spec/factories/book_factory.rb
mumuki-laboratory-5.10.2 spec/factories/book_factory.rb
mumuki-laboratory-5.10.1 spec/factories/book_factory.rb
mumuki-laboratory-5.10.0 spec/factories/book_factory.rb
mumuki-laboratory-5.9.1 spec/factories/book_factory.rb
mumuki-laboratory-5.9.0 spec/factories/book_factory.rb
mumuki-laboratory-5.8.3 spec/factories/book_factory.rb
mumuki-laboratory-5.8.1 spec/factories/book_factory.rb