summaryrefslogtreecommitdiffstats
path: root/tests/identify_test.py
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2023-04-03 07:08:23 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2023-04-03 07:08:23 +0000
commit11ffd911938a9b7e426c4e2fd6876988dd009c99 (patch)
treefd790830f041649957a0d9aeafa18587d5b96d64 /tests/identify_test.py
parentAdding upstream version 2.5.21. (diff)
downloadidentify-11ffd911938a9b7e426c4e2fd6876988dd009c99.tar.xz
identify-11ffd911938a9b7e426c4e2fd6876988dd009c99.zip
Adding upstream version 2.5.22.upstream/2.5.22
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '')
-rw-r--r--tests/identify_test.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/identify_test.py b/tests/identify_test.py
index 16b4f37..2026afe 100644
--- a/tests/identify_test.py
+++ b/tests/identify_test.py
@@ -160,6 +160,7 @@ def test_tags_from_path_plist_text(tmpdir):
('Pipfile.lock', {'text', 'json'}),
('mod/test.py', {'text', 'python'}),
('mod/Dockerfile', {'text', 'dockerfile'}),
+ ('config.ru', {'text', 'ruby'}),
('Gemfile', {'text', 'ruby'}),
('Gemfile.lock', {'text'}),
('Jenkinsfile', {'text', 'groovy', 'jenkins'}),