Sha256: 4160a0b1df9432c1336a641c71fb6b9e0db2c19d2b7c6c551e30889d1d1c09ba
Contents?: true
Size: 214 Bytes
Versions: 7
Compression:
Stored size: 214 Bytes
Contents
# frozen_string_literal: true FactoryBot.define do factory :task, class: Wayfarer::Task do url { "https://example.com" } batch { "batch" } initialize_with do new(url, batch) end end end
Version data entries
7 entries across 7 versions & 1 rubygems