mirror of
				https://github.com/KevinMidboe/linguist.git
				synced 2025-10-29 17:50:22 +00:00 
			
		
		
		
	Merge pull request #1776 from github/fix-failures
Fix failure from #1731
This commit is contained in:
		
							
								
								
									
										2
									
								
								Gemfile
									
									
									
									
									
								
							
							
						
						
									
										2
									
								
								Gemfile
									
									
									
									
									
								
							| @@ -2,4 +2,4 @@ source 'https://rubygems.org' | ||||
| gemspec :name => "github-linguist" | ||||
| gemspec :name => "github-linguist-grammars" | ||||
| gem 'test-unit', require: false if RUBY_VERSION >= '2.2' | ||||
| gem 'byebug' | ||||
| gem 'byebug' if RUBY_VERSION >= '2.0' | ||||
|   | ||||
| @@ -221,7 +221,6 @@ class TestLanguage < Test::Unit::TestCase | ||||
|     assert_equal [Language['Clojure']], Language.find_by_filename('riemann.config') | ||||
|     assert_equal [Language['HTML+Django']], Language.find_by_filename('index.jinja') | ||||
|     assert_equal [Language['Chapel']], Language.find_by_filename('examples/hello.chpl') | ||||
|     assert_equal [Language['Ant Build System']], Language.find_by_filename('build.ant.xml') | ||||
|   end | ||||
|  | ||||
|   def test_find_by_shebang | ||||
|   | ||||
		Reference in New Issue
	
	Block a user