summaryrefslogtreecommitdiff
path: root/spec/models/ci/variable_project_spec.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/models/ci/variable_project_spec.rb')
-rw-r--r--spec/models/ci/variable_project_spec.rb7
1 files changed, 0 insertions, 7 deletions
diff --git a/spec/models/ci/variable_project_spec.rb b/spec/models/ci/variable_project_spec.rb
deleted file mode 100644
index 9325f584388..00000000000
--- a/spec/models/ci/variable_project_spec.rb
+++ /dev/null
@@ -1,7 +0,0 @@
-require 'spec_helper'
-
-describe Ci::VariableProject, models: true do
- subject { build(:ci_variable_project) }
-
- it { is_expected.to validate_uniqueness_of(:key).scoped_to(:project_id) }
-end