fixed tests

This commit is contained in:
albert
2011-02-02 16:55:36 -05:00
parent 099c75f9b6
commit c80df378d8
14 changed files with 27 additions and 23 deletions

View File

@@ -1,3 +1,4 @@
Factory.define(:unapproval) do |f|
f.post {|x| x.association(:post)}
f.reason "xxx"
end