test moved to milestone 1.1

This commit is contained in:
alessio 2016-08-27 15:55:42 +02:00
parent 25eaf84775
commit 8aca7e8d37
1 changed files with 0 additions and 16 deletions

View File

@ -1,16 +0,0 @@
package realize
//import (
// "gopkg.in/urfave/cli.v2"
// "testing"
//)
//
//var context *cli.Context
//func TestNew(t *testing.T) {
// actual := New(context)
// expected := &Config{file: AppFile, Version: AppVersion}
// if actual == expected {
// t.Errorf("Test failed, expected: '%s', got: '%s'", expected, actual)
// }
//}