mirror of
https://github.com/KevinMidboe/linguist.git
synced 2025-10-29 17:50:22 +00:00
Bumping to v4.8.18 (#3370)
* make tests great again ✨
* version bump
* removing empty line in gemspec
This commit is contained in:
@@ -4,7 +4,11 @@ class TestShebang < Minitest::Test
|
||||
include Linguist
|
||||
|
||||
def assert_interpreter(interpreter, body)
|
||||
assert_equal interpreter, Shebang.interpreter(body)
|
||||
if interpreter.nil?
|
||||
assert_nil Shebang.interpreter(body)
|
||||
else
|
||||
assert_equal interpreter, Shebang.interpreter(body)
|
||||
end
|
||||
end
|
||||
|
||||
def test_shebangs
|
||||
|
||||
Reference in New Issue
Block a user