gitlab-org--gitlab-foss/spec/factories/project_snippets.rb

10 lines
121 B
Ruby
Raw Normal View History

FactoryGirl.define do
factory :project_snippet do
project
author
title
content
file_name
end
end