diff --git a/config/config_test.go b/config/config_test.go index 640f277..d2d80bd 100644 --- a/config/config_test.go +++ b/config/config_test.go @@ -7,9 +7,11 @@ import ( func TestShouldWriteAndReadProperty(t *testing.T) { c := NewConfig() + c.configFileName = ".graven_test.yml" c.Set("foo", "bar", "baz") c.Write() c2 := NewConfig() + c2.configFileName = ".graven_test.yml" c2.Read() assert.Equal(t, "baz", c2.Get("foo", "bar")) } \ No newline at end of file diff --git a/hello/.freezer/github-com-fatih-color-9131ab34cf20d2f6d83fdc67168a5430d1c7dc23.zip b/hello/.freezer/github-com-fatih-color-9131ab34cf20d2f6d83fdc67168a5430d1c7dc23.zip index c3aed9c..e20c3e9 100644 Binary files a/hello/.freezer/github-com-fatih-color-9131ab34cf20d2f6d83fdc67168a5430d1c7dc23.zip and b/hello/.freezer/github-com-fatih-color-9131ab34cf20d2f6d83fdc67168a5430d1c7dc23.zip differ diff --git a/hello/.freezer/github-com-mattn-go-colorable-acb9493f2794fd0f820de7a27a217dafbb1b65ea.zip b/hello/.freezer/github-com-mattn-go-colorable-acb9493f2794fd0f820de7a27a217dafbb1b65ea.zip index 03953da..45a654c 100644 Binary files a/hello/.freezer/github-com-mattn-go-colorable-acb9493f2794fd0f820de7a27a217dafbb1b65ea.zip and b/hello/.freezer/github-com-mattn-go-colorable-acb9493f2794fd0f820de7a27a217dafbb1b65ea.zip differ diff --git a/hello/.freezer/github-com-mattn-go-isatty-57fdcb988a5c543893cc61bce354a6e24ab70022.zip b/hello/.freezer/github-com-mattn-go-isatty-57fdcb988a5c543893cc61bce354a6e24ab70022.zip index 401f723..8a34411 100644 Binary files a/hello/.freezer/github-com-mattn-go-isatty-57fdcb988a5c543893cc61bce354a6e24ab70022.zip and b/hello/.freezer/github-com-mattn-go-isatty-57fdcb988a5c543893cc61bce354a6e24ab70022.zip differ diff --git a/hello/.freezer/golang-org-x-sys-unix-99f16d856c9836c42d24e7ab64ea72916925fa97.zip b/hello/.freezer/golang-org-x-sys-unix-99f16d856c9836c42d24e7ab64ea72916925fa97.zip index 9efd820..27d2747 100644 Binary files a/hello/.freezer/golang-org-x-sys-unix-99f16d856c9836c42d24e7ab64ea72916925fa97.zip and b/hello/.freezer/golang-org-x-sys-unix-99f16d856c9836c42d24e7ab64ea72916925fa97.zip differ