Add Go dependencies to vendor.yml and test_blob.rb

This commit is contained in:
Keith Rarick
2014-09-22 00:50:16 -07:00
parent 0cb1ebc41e
commit 19b8721225
2 changed files with 7 additions and 0 deletions

View File

@@ -279,6 +279,10 @@ class TestBlob < Test::Unit::TestCase
assert blob("app/bower_components/custom/custom.js").vendored?
assert blob("vendor/assets/bower_components/custom/custom.js").vendored?
# Go dependencies
assert !blob("Godeps/Godeps.json").vendored?
assert blob("Godeps/_workspace/src/github.com/kr/s3/sign.go").vendored?
# Rails vendor/
assert blob("vendor/plugins/will_paginate/lib/will_paginate.rb").vendored?