diff options
author | Paco Guzman <pacoguzmanp@gmail.com> | 2016-06-16 12:53:32 +0200 |
---|---|---|
committer | Paco Guzman <pacoguzmanp@gmail.com> | 2016-06-20 13:29:04 +0200 |
commit | ca01c4c6484aa135234028e5e1ca5829adad1a50 (patch) | |
tree | c8033b1de6db640c7fab80d2a8f7a800a9d943d8 /spec/models | |
parent | 98cede7ebeae9dac994b35b66be6aab14eb932b3 (diff) | |
download | gitlab-ce-ca01c4c6484aa135234028e5e1ca5829adad1a50.tar.gz |
Remove Duplicated keys add UNIQUE index to fingerprint18697-uniqueness-key-validation
Diffstat (limited to 'spec/models')
-rw-r--r-- | spec/models/key_spec.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/models/key_spec.rb b/spec/models/key_spec.rb index 26fbedbef2f..49cf3d8633a 100644 --- a/spec/models/key_spec.rb +++ b/spec/models/key_spec.rb @@ -26,7 +26,7 @@ describe Key, models: true do end end - context "validation of uniqueness" do + context "validation of uniqueness (based on fingerprint uniqueness)" do let(:user) { create(:user) } it "accepts the key once" do |