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
diff options
context:
space:
mode:
Diffstat (limited to 'qa/qa/tools/ci/qa_changes.rb')
-rw-r--r--qa/qa/tools/ci/qa_changes.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/qa/qa/tools/ci/qa_changes.rb b/qa/qa/tools/ci/qa_changes.rb
index 784923714d6..1ab93b6dfbf 100644
--- a/qa/qa/tools/ci/qa_changes.rb
+++ b/qa/qa/tools/ci/qa_changes.rb
@@ -10,7 +10,7 @@ module QA
include Helpers
QA_PATTERN = %r{^qa/}.freeze
- SPEC_PATTERN = %r{^qa/qa/specs/features/}.freeze
+ SPEC_PATTERN = %r{^qa/qa/specs/features/\S+_spec\.rb}.freeze
DEPENDENCY_PATTERN = Regexp.union(
/_VERSION/,
/Gemfile\.lock/,