shoulda matchers foreign key code example Example: shoulda matchers foreign key describe Dog dog it { should belong_to(:owner) } end