BigW Consortium Gitlab

label_link_spec.rb 197 Bytes
Newer Older
1 2
require 'spec_helper'

Douwe Maan committed
3
describe LabelLink, models: true do
4
  it { expect(build(:label_link)).to be_valid }
5

6 7
  it { is_expected.to belong_to(:label) }
  it { is_expected.to belong_to(:target) }
8
end