Sign in
edge
/
third_party
/
Masterminds
/
glide
/
bed8a159607dcd8a36c5b2f446b995eed8701c80
/
.
/
glide_test.go
blob: 1c50468f4e562ca992432c566355ee686d2e947f [
file
]
package main
import (
"testing"
)
func TestCommandsNonEmpty(t *testing.T) {
commands := commands()
if len(commands) == 0 {
t.Fail()
}
}