summaryrefslogtreecommitdiff
path: root/spec/serializers/variable_entity_spec.rb
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2020-06-24 06:09:01 +0000
committerGitLab Bot <gitlab-bot@gitlab.com>2020-06-24 06:09:01 +0000
commitfa7ac2663b53f61551b9db51f16d55fa4e5b74c3 (patch)
tree0cbf33baee16b10803c1d23ec9e0c06e238e43f5 /spec/serializers/variable_entity_spec.rb
parent4870899d6cec693b58acbef91636e1310160fa28 (diff)
downloadgitlab-ce-fa7ac2663b53f61551b9db51f16d55fa4e5b74c3.tar.gz
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'spec/serializers/variable_entity_spec.rb')
-rw-r--r--spec/serializers/variable_entity_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/serializers/variable_entity_spec.rb b/spec/serializers/variable_entity_spec.rb
index 3cb18dab314..0b20207d815 100644
--- a/spec/serializers/variable_entity_spec.rb
+++ b/spec/serializers/variable_entity_spec.rb
@@ -2,7 +2,7 @@
require 'spec_helper'
-describe VariableEntity do
+RSpec.describe VariableEntity do
let(:variable) { create(:ci_variable) }
let(:entity) { described_class.new(variable) }