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:
Diffstat (limited to 'spec/support/shared_examples/requests/api/graphql/remote_development_shared_examples.rb')
-rw-r--r--spec/support/shared_examples/requests/api/graphql/remote_development_shared_examples.rb2
1 files changed, 0 insertions, 2 deletions
diff --git a/spec/support/shared_examples/requests/api/graphql/remote_development_shared_examples.rb b/spec/support/shared_examples/requests/api/graphql/remote_development_shared_examples.rb
index 7c32c7bf2a9..83e22945361 100644
--- a/spec/support/shared_examples/requests/api/graphql/remote_development_shared_examples.rb
+++ b/spec/support/shared_examples/requests/api/graphql/remote_development_shared_examples.rb
@@ -10,9 +10,7 @@ RSpec.shared_examples 'workspaces query in licensed environment and with feature
it_behaves_like 'a working graphql query'
- # noinspection RubyResolve
it { is_expected.to match_array(a_hash_including('name' => workspace.name)) }
- # noinspection RubyResolve
context 'when user is not authorized' do
let(:current_user) { create(:user) }