mirror of https://github.com/helm/helm
parent
fdede38769
commit
9281012d3c
@ -0,0 +1,14 @@
|
|||||||
|
package main
|
||||||
|
|
||||||
|
import (
|
||||||
|
"testing"
|
||||||
|
)
|
||||||
|
|
||||||
|
func TestRunInit(t *testing.T) {
|
||||||
|
|
||||||
|
//TODO: call command and make sure no error is recevied
|
||||||
|
err := RunInit(initCmd, nil)
|
||||||
|
if err != nil {
|
||||||
|
t.Errorf("Expected no error but got one: %s", err)
|
||||||
|
}
|
||||||
|
}
|
Loading…
Reference in new issue