mirror of
				https://github.com/KevinMidboe/linguist.git
				synced 2025-10-29 17:50:22 +00:00 
			
		
		
		
	add tests/fixtures to vendor.yml
This commit is contained in:
		| @@ -224,7 +224,7 @@ | ||||
| - ^readme$ | ||||
|  | ||||
| # Test fixtures | ||||
| - ^[Tt]est/fixtures/ | ||||
| - ^[Tt]ests?/fixtures/ | ||||
|  | ||||
| # PhoneGap/Cordova | ||||
| - (^|/)cordova([^.]*)\.js$ | ||||
|   | ||||
| @@ -421,6 +421,7 @@ class TestBlob < Minitest::Test | ||||
|     # Test fixtures | ||||
|     assert sample_blob("test/fixtures/random.rkt").vendored? | ||||
|     assert sample_blob("Test/fixtures/random.rkt").vendored? | ||||
|     assert sample_blob("tests/fixtures/random.rkt").vendored? | ||||
|  | ||||
|     # Cordova/PhoneGap | ||||
|     assert sample_blob("cordova.js").vendored? | ||||
|   | ||||
		Reference in New Issue
	
	Block a user