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:
authorDouwe Maan <douwe@gitlab.com>2016-05-13 02:03:36 +0300
committerDouwe Maan <douwe@gitlab.com>2016-05-13 02:03:36 +0300
commit6aef2567330fb7c3e549d3f434acc0c272a8366f (patch)
treeda2631be87eb79a738767b953c10a2b120b051bc /spec
parentd2fb451c8ffb1f7d7bd8c08e61a688608138e97c (diff)
parent4fea5cda0bf7ff56dafae90306441b0d65f3ca05 (diff)
Merge branch 'fix_health_check_type' into 'master'
Fix minor typos in admin health check page Fix minor typos from gitlab-org/gitlab-ce!3888 cc/ @DouweM @twk3 See merge request !4134
Diffstat (limited to 'spec')
-rw-r--r--spec/features/admin/admin_health_check_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/features/admin/admin_health_check_spec.rb b/spec/features/admin/admin_health_check_spec.rb
index 4fde04b609b..dec2dedf2b5 100644
--- a/spec/features/admin/admin_health_check_spec.rb
+++ b/spec/features/admin/admin_health_check_spec.rb
@@ -13,7 +13,7 @@ feature "Admin Health Check", feature: true do
end
it { page.has_text? 'Health Check' }
- it { page.has_text? 'Health information can be reteived' }
+ it { page.has_text? 'Health information can be retrieved' }
it 'has a health check access token' do
token = current_application_settings.health_check_access_token