1 2 3 4 5 6
FactoryGirl.define do factory :wiki_directory do slug '/path_up_to/dir' initialize_with { new(slug) } end end