summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2021-03-20 22:23:07 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2021-03-20 22:23:07 +0000
commitd2570183d1eab9d8810ff6e4c7e37067dccd0e63 (patch)
tree142581a822dd9ab7a5088c749c5cff26f488ce50 /tests
parentReleasing progress-linux version 2.1.2-1. (diff)
downloadidentify-d2570183d1eab9d8810ff6e4c7e37067dccd0e63.tar.xz
identify-d2570183d1eab9d8810ff6e4c7e37067dccd0e63.zip
Merging upstream version 2.2.0.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'tests')
-rw-r--r--tests/identify_test.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/identify_test.py b/tests/identify_test.py
index f881f0b..1b5dde0 100644
--- a/tests/identify_test.py
+++ b/tests/identify_test.py
@@ -158,6 +158,8 @@ def test_tags_from_path_plist_text(tmpdir):
('Pipfile.lock', {'text', 'json'}),
('mod/test.py', {'text', 'python'}),
('mod/Dockerfile', {'text', 'dockerfile'}),
+ ('Gemfile', {'text', 'ruby'}),
+ ('Gemfile.lock', {'text'}),
# does not set binary / text
('f.plist', {'plist'}),