Vendor READMEs

This commit is contained in:
Ted Nyman
2013-08-16 15:00:34 -07:00
parent 7226aa18de
commit 9dca6fa9cc
2 changed files with 4 additions and 2 deletions

View File

@@ -113,11 +113,13 @@
# Samples folders
- ^[Ss]amples/
# LICENSE and git config files
# LICENSE, README, git config files
- ^LICENSE$
- gitattributes$
- gitignore$
- gitmodules$
- ^README$
- ^readme$
# Test fixtures
- ^[Tt]est/fixtures/

View File

@@ -204,7 +204,7 @@ class TestBlob < Test::Unit::TestCase
end
def test_vendored
assert !blob("Text/README").vendored?
assert blob("Text/README").vendored?
assert !blob("ext/extconf.rb").vendored?
# Node dependencies