voting requires a comment - completes #102

This commit is contained in:
Mark Moser
2017-02-27 13:41:46 -06:00
parent 538190b6bf
commit 3f41773c76
11 changed files with 84 additions and 18 deletions

View File

@ -9,7 +9,7 @@ class QuizCommentTest < ActiveSupport::TestCase
test "user to comments association" do
manager = users(:manager)
assert_equal 4, manager.quiz_comments.size
assert_equal 5, manager.quiz_comments.size
end
test "candidate to comments association" do