summaryrefslogtreecommitdiff
path: root/spec/views/projects/environments
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2020-06-24 15:08:50 +0000
committerGitLab Bot <gitlab-bot@gitlab.com>2020-06-24 15:08:50 +0000
commit4c5468b40825debc2b7bbe08b975dedd2f7f1523 (patch)
treeee64e91b6d014f452e9c9dce6ad9f747a5929108 /spec/views/projects/environments
parentd081e00aa79079792b040af3323883f1f43830c5 (diff)
downloadgitlab-ce-4c5468b40825debc2b7bbe08b975dedd2f7f1523.tar.gz
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'spec/views/projects/environments')
-rw-r--r--spec/views/projects/environments/terminal.html.haml_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/views/projects/environments/terminal.html.haml_spec.rb b/spec/views/projects/environments/terminal.html.haml_spec.rb
index b0b08a84f8d..bfb88f0f72b 100644
--- a/spec/views/projects/environments/terminal.html.haml_spec.rb
+++ b/spec/views/projects/environments/terminal.html.haml_spec.rb
@@ -2,7 +2,7 @@
require 'spec_helper'
-describe 'projects/environments/terminal' do
+RSpec.describe 'projects/environments/terminal' do
let!(:environment) { create(:environment, :with_review_app) }
before do