Add Go dependencies to generated.rb and test_blob.rb

This commit is contained in:
Keith Rarick
2014-09-22 00:54:54 -07:00
parent 19b8721225
commit 86aa4c3f3d
2 changed files with 13 additions and 0 deletions

View File

@@ -262,6 +262,10 @@ class TestBlob < Test::Unit::TestCase
assert Linguist::Generated.generated?("node_modules/grunt/lib/grunt.js", nil)
# Godep saved dependencies
assert blob("Godeps/Godeps.json").generated?
assert blob("Godeps/_workspace/src/github.com/kr/s3/sign.go").generated?
end
def test_vendored