updated to rails 3.2, fixed tests
This commit is contained in:
@@ -1,5 +1,4 @@
|
||||
Factory.define(:comment) do |f|
|
||||
f.post {|x| x.association(:post)}
|
||||
f.body {Faker::Lorem.sentences.join(" ")}
|
||||
f.score 0
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user