mirror of
https://github.com/KevinMidboe/linguist.git
synced 2025-10-29 17:50:22 +00:00
Gemfile.locks are generated
This commit is contained in:
@@ -141,10 +141,15 @@ class TestBlob < Test::Unit::TestCase
|
||||
|
||||
def test_generated
|
||||
assert !blob("README").generated?
|
||||
|
||||
# Xcode project files
|
||||
assert blob("MainMenu.xib").generated?
|
||||
assert blob("MainMenu.nib").generated?
|
||||
assert blob("project.pbxproj").generated?
|
||||
|
||||
# Gemfile.locks
|
||||
assert blob("Gemfile.lock").generated?
|
||||
|
||||
# Generated .NET Docfiles
|
||||
assert blob("net_docfile.xml").generated?
|
||||
|
||||
|
||||
Reference in New Issue
Block a user