diff options
author | GitLab Bot <gitlab-bot@gitlab.com> | 2020-06-24 06:09:01 +0000 |
---|---|---|
committer | GitLab Bot <gitlab-bot@gitlab.com> | 2020-06-24 06:09:01 +0000 |
commit | fa7ac2663b53f61551b9db51f16d55fa4e5b74c3 (patch) | |
tree | 0cbf33baee16b10803c1d23ec9e0c06e238e43f5 /spec/serializers/variable_entity_spec.rb | |
parent | 4870899d6cec693b58acbef91636e1310160fa28 (diff) | |
download | gitlab-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.rb | 2 |
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) } |