4 lines
78 B
Ruby
4 lines
78 B
Ruby
Factory.define(:janitor_trial) do |f|
|
|
f.user {|x| x.association(:user)}
|
|
end
|
Factory.define(:janitor_trial) do |f|
|
|
f.user {|x| x.association(:user)}
|
|
end
|