2014-07-29 10:10:15 -04:00
|
|
|
require 'spec_helper'
|
|
|
|
|
2017-07-10 10:24:02 -04:00
|
|
|
describe LabelLink do
|
2016-10-11 01:58:46 -04:00
|
|
|
it { expect(build(:label_link)).to be_valid }
|
2014-07-29 10:10:15 -04:00
|
|
|
|
2015-02-12 13:17:35 -05:00
|
|
|
it { is_expected.to belong_to(:label) }
|
|
|
|
it { is_expected.to belong_to(:target) }
|
2014-07-29 10:10:15 -04:00
|
|
|
end
|