1
0
mirror of https://github.com/goreleaser/goreleaser.git synced 2025-01-18 03:56:52 +02:00
goreleaser/internal/testlib/skip_test.go

12 lines
169 B
Go
Raw Normal View History

2017-08-20 16:50:34 -03:00
package testlib
import (
"testing"
2018-09-12 14:18:01 -03:00
"github.com/goreleaser/goreleaser/internal/pipe"
2017-08-20 16:50:34 -03:00
)
func TestAssertSkipped(t *testing.T) {
2018-09-12 14:18:01 -03:00
AssertSkipped(t, pipe.Skip("skip"))
2017-08-20 16:50:34 -03:00
}