예제 #1
0
        public void should_set_configuration_if_not_exist()
        {
            string path = DocumentSettings.GetStorePath("file.txt");

            Console.WriteLine(path);
            Assert.IsTrue(Directory.Exists(Path.GetDirectoryName(path)));
        }