diff options
| author | GitLab Bot <gitlab-bot@gitlab.com> | 2020-06-04 03:08:05 +0000 |
|---|---|---|
| committer | GitLab Bot <gitlab-bot@gitlab.com> | 2020-06-04 03:08:05 +0000 |
| commit | 640e72ca920642c86eeef05e6b4e6ebeb66e6ddf (patch) | |
| tree | e252371209c01cf88560e0fa19e4e288e9b13361 /spec/controllers/admin/ci | |
| parent | 340fd2966e6565a549f8e611b25d2525fc6929d1 (diff) | |
| download | gitlab-ce-640e72ca920642c86eeef05e6b4e6ebeb66e6ddf.tar.gz | |
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'spec/controllers/admin/ci')
| -rw-r--r-- | spec/controllers/admin/ci/variables_controller_spec.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/controllers/admin/ci/variables_controller_spec.rb b/spec/controllers/admin/ci/variables_controller_spec.rb index 57f2dd21f39..9f0a1bd3be1 100644 --- a/spec/controllers/admin/ci/variables_controller_spec.rb +++ b/spec/controllers/admin/ci/variables_controller_spec.rb @@ -2,7 +2,7 @@ require 'spec_helper' -describe Admin::Ci::VariablesController do +RSpec.describe Admin::Ci::VariablesController do let_it_be(:variable) { create(:ci_instance_variable) } before do |
