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>2022-12-10 00:07:17 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2022-12-10 00:07:17 +0300
commit94a2edbe7984384df4c3fb7efa308af2e0f42d8c (patch)
tree96b563670ef5d790a4e97f8d153dc667d971ef64 /spec/lib/system_check
parent7d8fc3b6b67a22969cd1fa5cb018fc22e6aa1ade (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'spec/lib/system_check')
-rw-r--r--spec/lib/system_check/base_check_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/lib/system_check/base_check_spec.rb b/spec/lib/system_check/base_check_spec.rb
index 241c3b33777..168bda07791 100644
--- a/spec/lib/system_check/base_check_spec.rb
+++ b/spec/lib/system_check/base_check_spec.rb
@@ -12,7 +12,7 @@ RSpec.describe SystemCheck::BaseCheck do
it 'responds to Gitlab::TaskHelpers methods' do
expect(subject).to respond_to :ask_to_continue, :os_name, :prompt, :run_and_match, :run_command,
- :run_command!, :uid_for, :gid_for, :gitlab_user, :gitlab_user?, :warn_user_is_not_gitlab, :all_repos,
+ :run_command!, :uid_for, :gid_for, :gitlab_user, :gitlab_user?, :warn_user_is_not_gitlab,
:repository_storage_paths_args, :user_home, :checkout_or_clone_version, :clone_repo, :checkout_version
end
end