fluentd-ui/spec/factories/plugins.rb
2014-05-14 17:46:32 +09:00

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