fix tests

This commit is contained in:
Megan Marsh 2019-07-09 15:42:48 -07:00
parent 4a9d42b78f
commit 327cd67557

View File

@ -20,7 +20,7 @@ func TestStepCreateVagrantfile_Impl(t *testing.T) {
func TestCreateFile(t *testing.T) {
testy := StepCreateVagrantfile{
OutputDir: "./",
SourceBox: "bananas",
BoxName: "bananas",
}
templatePath, err := testy.createVagrantfile()
if err != nil {