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