mirror of
https://github.com/KevinMidboe/linguist.git
synced 2025-10-29 17:50:22 +00:00
Add Go dependencies to vendor.yml and test_blob.rb
This commit is contained in:
@@ -33,6 +33,9 @@
|
|||||||
# Erlang bundles
|
# Erlang bundles
|
||||||
- ^rebar$
|
- ^rebar$
|
||||||
|
|
||||||
|
# Go dependencies
|
||||||
|
- Godeps/_workspace/
|
||||||
|
|
||||||
# Bootstrap minified css and js
|
# Bootstrap minified css and js
|
||||||
- (^|/)bootstrap([^.]*)(\.min)?\.(js|css)$
|
- (^|/)bootstrap([^.]*)(\.min)?\.(js|css)$
|
||||||
|
|
||||||
|
|||||||
@@ -279,6 +279,10 @@ class TestBlob < Test::Unit::TestCase
|
|||||||
assert blob("app/bower_components/custom/custom.js").vendored?
|
assert blob("app/bower_components/custom/custom.js").vendored?
|
||||||
assert blob("vendor/assets/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/
|
# Rails vendor/
|
||||||
assert blob("vendor/plugins/will_paginate/lib/will_paginate.rb").vendored?
|
assert blob("vendor/plugins/will_paginate/lib/will_paginate.rb").vendored?
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user