6 lines
82 B
Ruby
6 lines
82 B
Ruby
|
FactoryGirl.define do
|
||
|
factory :procedure_path do
|
||
|
path 'fake_path'
|
||
|
end
|
||
|
end
|