From 77fc73217e022d796ce25c0e684268b1efc680f4 Mon Sep 17 00:00:00 2001 From: GitLab Bot Date: Sun, 17 Nov 2019 21:06:14 +0000 Subject: Add latest changes from gitlab-org/gitlab@master --- spec/lib/gitlab/ci/pipeline/seed/build_spec.rb | 6 ------ 1 file changed, 6 deletions(-) (limited to 'spec/lib/gitlab/ci/pipeline/seed/build_spec.rb') diff --git a/spec/lib/gitlab/ci/pipeline/seed/build_spec.rb b/spec/lib/gitlab/ci/pipeline/seed/build_spec.rb index 62e5fd566f7..53dcb6359fe 100644 --- a/spec/lib/gitlab/ci/pipeline/seed/build_spec.rb +++ b/spec/lib/gitlab/ci/pipeline/seed/build_spec.rb @@ -869,10 +869,4 @@ describe Gitlab::Ci::Pipeline::Seed::Build do end end end - - describe '#scoped_variables_hash' do - subject { seed_build.scoped_variables_hash } - - it { is_expected.to eq(seed_build.to_resource.scoped_variables_hash) } - end end -- cgit v1.2.1