some fixes to janitor trials, implemented jan trial controller test
This commit is contained in:
@@ -1,6 +1,4 @@
|
||||
Factory.define(:user_feedback) do |f|
|
||||
f.user {|x| x.association(:user)}
|
||||
f.creator {|x| x.association(:user)}
|
||||
f.is_positive true
|
||||
f.body {Faker::Lorem.words}
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user