5 lines
81 B
Ruby
5 lines
81 B
Ruby
FactoryBot.define do
|
|
factory :procedure_path do
|
|
path 'fake_path'
|
|
end
|
|
end
|