spelling: uniqueness
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
This commit is contained in:
parent
fc0aee74af
commit
590f94f531
1 changed files with 1 additions and 1 deletions
|
@ -37,7 +37,7 @@ class RelationTagTest < ActiveSupport::TestCase
|
||||||
assert tag.errors[:relation].any?
|
assert tag.errors[:relation].any?
|
||||||
end
|
end
|
||||||
|
|
||||||
def test_uniquness
|
def test_uniqueness
|
||||||
existing = create(:relation_tag)
|
existing = create(:relation_tag)
|
||||||
tag = RelationTag.new
|
tag = RelationTag.new
|
||||||
tag.relation_id = existing.relation_id
|
tag.relation_id = existing.relation_id
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue