Adopt more specs to the shoulda-matchers update

This commit is contained in:
Henne Vogelsang 2019-02-19 20:35:59 +01:00
parent dd326c5fb0
commit 11422bf73d
No known key found for this signature in database
GPG key ID: 9D6164C2955FADE0
3 changed files with 3 additions and 3 deletions

View file

@ -18,7 +18,7 @@ class Cfp < ApplicationRecord
in: TYPES
},
uniqueness: {
scope: :program,
scope: :program_id,
case_sensitive: false
}