1
0
mirror of https://github.com/goreleaser/goreleaser.git synced 2025-07-05 00:59:04 +02:00

more tests

This commit is contained in:
Carlos Alexandro Becker
2017-03-25 20:40:45 -03:00
parent 03bae3d4da
commit 652f57ef2e
2 changed files with 36 additions and 0 deletions

View File

@ -8,6 +8,10 @@ import (
"github.com/stretchr/testify/assert"
)
func TestDescription(t *testing.T) {
assert.NotEmpty(t, Pipe{}.Description())
}
func TestValidVersion(t *testing.T) {
assert := assert.New(t)