Make test for project more basic
This commit is contained in:
parent
806f6e7399
commit
eb90501fd1
@ -6,11 +6,8 @@ import (
|
||||
|
||||
func TestNewProject(t *testing.T) {
|
||||
tp := TestProject(t)
|
||||
vn, err := tp.VagrantfileName()
|
||||
if err != nil {
|
||||
t.Errorf("there was an error")
|
||||
}
|
||||
if vn != "VagrantFile" {
|
||||
t.Errorf("idfk")
|
||||
vn := tp.Ref()
|
||||
if vn == nil {
|
||||
t.Errorf("Creating project failed")
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user