From 3987287625ccf6af585dc47dd7016b561e710a42 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sat, 20 Mar 2021 23:23:07 +0100 Subject: Merging upstream version 2.2.0. Signed-off-by: Daniel Baumann --- tests/identify_test.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'tests') 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'}), -- cgit v1.2.3