Assert the return value in the test

This commit is contained in:
Rafael Mendonça França 2013-10-27 18:10:27 -02:00
parent e17979e4f7
commit 8a00866099

@ -1087,6 +1087,6 @@ def test_has_many_through_obeys_order_on_through_association
end
def test_has_many_through_with_includes_in_through_association_scope
posts(:welcome).author_address_extra_with_address.to_a
assert_not_empty posts(:welcome).author_address_extra_with_address
end
end