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