diff options
author | Richard Clamp <richardc@unixbeard.net> | 2017-10-13 16:00:20 +0100 |
---|---|---|
committer | Richard Clamp <richardc@unixbeard.net> | 2017-10-13 16:00:20 +0100 |
commit | c6faeb7209d3e376fb1f5ac320a8fd706b0f93d5 (patch) | |
tree | b6a62fd1e76f6e431947284e4806437ebd8ffcee /qa | |
parent | 2d05cf40d102e0b99d2bd03347c3b8510af6e331 (diff) | |
download | gitlab-ce-c6faeb7209d3e376fb1f5ac320a8fd706b0f93d5.tar.gz |
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.rb | 2 |
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 |