Remove unused variable

上级 32f3f8f1
......@@ -69,7 +69,7 @@ def test_anonymous_has_many
def test_has_many_build_with_options
college = College.create(name: 'UFMT')
student = Student.create(active: true, college_id: college.id, name: 'Sarah')
Student.create(active: true, college_id: college.id, name: 'Sarah')
assert_equal college.students, Student.where(active: true, college_id: college.id)
end
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册