Fix typo in test

This commit is contained in:
Brandon Keepers
2014-11-26 15:40:51 -05:00
parent 06c0cb916b
commit 5b41ab4774

View File

@@ -84,7 +84,7 @@ class TestSamples < Test::Unit::TestCase
end
def test_shebang
assert_equal "crystal", Linguist.interpreter_from_shebang("#!/usr/bin/env bin/crystial")
assert_equal "crystal", Linguist.interpreter_from_shebang("#!/usr/bin/env bin/crystal")
assert_equal "python2", Linguist.interpreter_from_shebang("#!/usr/bin/python2.4")
end
end