Sha256: 72a7f9d10795165c57824c91b4d2d37f4f09612ac94203b50920090476bd2db5

Contents?: true

Size: 184 Bytes

Versions: 3

Compression:

Stored size: 184 Bytes

Contents

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

FactoryBot.define do
  factory :plugin do
    gem_name { "fluent-plugin-dummy" }
    version { "1.2.3" }
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
fluentd-ui-1.2.1 test/factories/plugins.rb
fluentd-ui-1.2.0 test/factories/plugins.rb
fluentd-ui-1.1.0 test/factories/plugins.rb