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
path: root/spec
diff options
context:
space:
mode:
authorMayra Cabrera <mcabrera@gitlab.com>2019-08-09 00:53:15 +0300
committerMayra Cabrera <mcabrera@gitlab.com>2019-08-09 00:53:15 +0300
commit974dcf4b76ffb6a09ec5def467e12829d8d9af36 (patch)
tree0fe53497ddf5a22f3d7b3e37e8370492a2b4c40d /spec
parent4b65bf1568c8fd350c3def14cf3fb35958010b02 (diff)
parent0324028a3f4d58e2001aae69ac343ee645f07e9a (diff)
Merge branch 'sh-rename-githost-to-gitjson' into 'master'
Rename githost.log -> git_json.log See merge request gitlab-org/gitlab-ce!31634
Diffstat (limited to 'spec')
-rw-r--r--spec/features/admin/admin_browses_logs_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/features/admin/admin_browses_logs_spec.rb b/spec/features/admin/admin_browses_logs_spec.rb
index 5a2df89aeb7..2b97362c8e9 100644
--- a/spec/features/admin/admin_browses_logs_spec.rb
+++ b/spec/features/admin/admin_browses_logs_spec.rb
@@ -11,7 +11,7 @@ describe 'Admin browses logs' do
visit admin_logs_path
expect(page).to have_link 'application.log'
- expect(page).to have_link 'githost.log'
+ expect(page).to have_link 'git_json.log'
expect(page).to have_link 'test.log'
expect(page).to have_link 'sidekiq.log'
expect(page).to have_link 'repocheck.log'