Files
danbooru/test/factories/janitor_trial.rb

4 lines
78 B
Ruby

Factory.define(:janitor_trial) do |f|
f.user {|x| x.association(:user)}
end