1 2 3 4 5 6 7 8
require 'spec_helper' describe LabelLink do it { expect(build(:label_link)).to be_valid } it { is_expected.to belong_to(:label) } it { is_expected.to belong_to(:target) } end