How to test for relationships

Hi,

Is there a way to test the relationships of my models

e.g.
class Blog < ActiveRecord::Base
belongs_to :user
end