mirror of
				https://github.com/KevinMidboe/linguist.git
				synced 2025-10-29 17:50:22 +00:00 
			
		
		
		
	Merge pull request #1547 from bwestlin/master
Added files generated by Typesafe Activator to vendor.yml
This commit is contained in:
		| @@ -238,3 +238,7 @@ | ||||
| - octicons.css | ||||
| - octicons.min.css | ||||
| - sprockets-octicons.scss | ||||
|  | ||||
| # Typesafe Activator | ||||
| - (^|/)activator$ | ||||
| - (^|/)activator\.bat$ | ||||
|   | ||||
| @@ -445,6 +445,12 @@ class TestBlob < Test::Unit::TestCase | ||||
|     assert blob("octicons.css").vendored? | ||||
|     assert blob("public/octicons.min.css").vendored? | ||||
|     assert blob("public/octicons/sprockets-octicons.scss").vendored? | ||||
|  | ||||
|     # Typesafe Activator | ||||
|     assert blob("activator").vendored? | ||||
|     assert blob("activator.bat").vendored? | ||||
|     assert blob("subproject/activator").vendored? | ||||
|     assert blob("subproject/activator.bat").vendored? | ||||
|   end | ||||
|  | ||||
|   def test_language | ||||
|   | ||||
		Reference in New Issue
	
	Block a user