Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2020-06-16 21:09:01 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2020-06-16 21:09:01 +0300
commit4f5c8572e988e8c0c6871fb59ccfbfd39b9c2a06 (patch)
tree5a88f2b76e947bce06488dc6c091fbd970ee73ea /spec/features/oauth_provider_authorize_spec.rb
parent10fd79745df7b572fc79fd84b58e818e64bf2571 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'spec/features/oauth_provider_authorize_spec.rb')
-rw-r--r--spec/features/oauth_provider_authorize_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/features/oauth_provider_authorize_spec.rb b/spec/features/oauth_provider_authorize_spec.rb
index 284fe3b0af9..f5a1a35b66f 100644
--- a/spec/features/oauth_provider_authorize_spec.rb
+++ b/spec/features/oauth_provider_authorize_spec.rb
@@ -2,7 +2,7 @@
require 'spec_helper'
-describe 'OAuth Provider' do
+RSpec.describe 'OAuth Provider' do
describe 'Standard OAuth Authorization' do
let(:application) { create(:oauth_application, scopes: 'read_user') }