2023-12-03 13:16:27 +00:00

8 lines
115 B
Ruby

FactoryGirl.define do
factory :command do
name "MyString"
trigger "MyString"
body "MyText"
end
end