some fixes to janitor trials, implemented jan trial controller test
This commit is contained in:
3
test/factories/janitor_trial.rb
Normal file
3
test/factories/janitor_trial.rb
Normal file
@@ -0,0 +1,3 @@
|
||||
Factory.define(:janitor_trial) do |f|
|
||||
f.user {|x| x.association(:user)}
|
||||
end
|
||||
Reference in New Issue
Block a user