debian-mirror-gitlab/spec/factories/lfs_file_locks.rb

10 lines
136 B
Ruby
Raw Normal View History

2019-10-12 21:52:04 +05:30
# frozen_string_literal: true
2018-03-17 18:26:18 +05:30
FactoryBot.define do
factory :lfs_file_lock do
user
project
2019-12-21 20:55:43 +05:30
path { 'README.md' }
2018-03-17 18:26:18 +05:30
end
end