From e694848e94182f9f08973883d92556d44919d517 Mon Sep 17 00:00:00 2001 From: Carlos Alexandro Becker Date: Fri, 21 Apr 2017 11:57:36 -0300 Subject: [PATCH] add more fpm tests --- pipeline/fpm/fpm_test.go | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/pipeline/fpm/fpm_test.go b/pipeline/fpm/fpm_test.go index ac10c9d16..ccd891c7c 100644 --- a/pipeline/fpm/fpm_test.go +++ b/pipeline/fpm/fpm_test.go @@ -49,6 +49,13 @@ func TestRunPipe(t *testing.T) { Formats: []string{"deb"}, Dependencies: []string{"make"}, Conflicts: []string{"git"}, + Options: config.FPMOptions{ + Description: "Some description", + License: "MIT", + Maintainer: "me@me", + Vendor: "asdf", + URL: "https://goreleaser.github.io", + }, }, }, }