app_test.go
author Mikael Berthe <mikael@lilotux.net>
Tue, 18 Apr 2017 19:31:42 +0200
changeset 136 1af0a6199a93
parent 40 c2caa5241c4a
permissions -rw-r--r--
Change CreatedAt fields to time.Time

package gondole

import (
	"testing"
	//"github.com/stretchr/testify/assert"
)

func TestNewApp(t *testing.T) {
	//g, err := NewApp("gondole-cli", ourScopes, NoRedirect)
	//assert.NoError(t, err, "no error")
	//assert.Equal(t, "gondole-cli", g.Name, "should be equal")
}