app_test.go
changeset 138 23d3a518d0ad
parent 137 acaea3179f4d
child 139 7145e95b4f57
equal deleted inserted replaced
137:acaea3179f4d 138:23d3a518d0ad
     1 package gondole
       
     2 
       
     3 import (
       
     4 	"testing"
       
     5 	//"github.com/stretchr/testify/assert"
       
     6 )
       
     7 
       
     8 func TestNewApp(t *testing.T) {
       
     9 	//g, err := NewApp("gondole-cli", ourScopes, NoRedirect)
       
    10 	//assert.NoError(t, err, "no error")
       
    11 	//assert.Equal(t, "gondole-cli", g.Name, "should be equal")
       
    12 }