Skip to content

Commit 6c0f886

Browse files
committed
Disable navigation area name uniqueness spec
1 parent 38ca768 commit 6c0f886

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

spec/models/better_together/navigation_area_spec.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ module BetterTogether
2121

2222
describe 'ActiveModel validations' do
2323
it { is_expected.to validate_presence_of(:name) }
24-
it { is_expected.to validate_uniqueness_of(:name) }
2524
# it { is_expected.to validate_inclusion_of(:visible).in_array([true, false]) }
2625
it { is_expected.to validate_length_of(:style).is_at_most(255).allow_blank }
2726
end

0 commit comments

Comments
 (0)