From 11ffd911938a9b7e426c4e2fd6876988dd009c99 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Mon, 3 Apr 2023 09:08:23 +0200 Subject: Adding upstream version 2.5.22. Signed-off-by: Daniel Baumann --- tests/identify_test.py | 1 + 1 file changed, 1 insertion(+) (limited to 'tests') 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'}), -- cgit v1.2.3