mirror of
https://github.com/fluent/fluentd-ui.git
synced 2025-08-12 01:07:09 +02:00
9 lines
178 B
Ruby
9 lines
178 B
Ruby
# Read about factories at https://github.com/thoughtbot/factory_girl
|
|
|
|
FactoryGirl.define do
|
|
factory :plugin do
|
|
gem_name "fluent-plugin-dummy"
|
|
version "1.2.3"
|
|
end
|
|
end
|