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/qa
diff options
context:
space:
mode:
authorRichard Clamp <richardc@unixbeard.net>2017-10-13 17:03:13 +0300
committerRichard Clamp <richardc@unixbeard.net>2017-10-13 17:03:13 +0300
commitd6044a10f1d173e04fd2f4d69f6ebc1df34630be (patch)
treeda8291f1ca157023b17550b6e266cf57304dd8d2 /qa
parent60e8347c7f9cbd689f014fa5d633ffa3276d9650 (diff)
Fixup company name
Diffstat (limited to 'qa')
-rw-r--r--qa/qa/scenario/entrypoint.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/qa/qa/scenario/entrypoint.rb b/qa/qa/scenario/entrypoint.rb
index b47fae2604c..d536ee71b60 100644
--- a/qa/qa/scenario/entrypoint.rb
+++ b/qa/qa/scenario/entrypoint.rb
@@ -1,7 +1,7 @@
module QA
module Scenario
##
- # Run test suite against any Gitlab instance,
+ # Run test suite against any GitLab instance,
# including staging and on-premises installation.
#
class Entrypoint < Template