Skip to content

Commit

Permalink
Added missing file.
Browse files Browse the repository at this point in the history
  • Loading branch information
Skarlso committed Oct 20, 2018
1 parent 558fc8c commit 404b221
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions furnace-gcp/commands/delete_test.go
@@ -0,0 +1,16 @@
package commands

import (
"os"
"testing"

fc "github.com/go-furnace/go-furnace/furnace-gcp/config"
)

func TestDelete(t *testing.T) {
dm := new(MockDeploymentService)
d := NewDeploymentService(nil, dm)
dir, _ := os.Getwd()
fc.LoadConfigFileIfExists(dir, "teststack")
delete(d)
}

0 comments on commit 404b221

Please sign in to comment.