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 18:00:20 +0300
committerRichard Clamp <richardc@unixbeard.net>2017-10-13 18:00:20 +0300
commitc6faeb7209d3e376fb1f5ac320a8fd706b0f93d5 (patch)
treeb6a62fd1e76f6e431947284e4806437ebd8ffcee /qa
parent2d05cf40d102e0b99d2bd03347c3b8510af6e331 (diff)
Update comment
Entrypoint is intended as a base class, so mention that in the comment.
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 6d205cc6e2f..e58bb53f88a 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,
+ # Base class for running the suite against any GitLab instance,
# including staging and on-premises installation.
#
class Entrypoint < Template