Example #1
0
        public void CreatesScripts()
        {
            var result = new StyleCreator().Create(typeof(StyleOwner));

            Assert.Single(result);
            Assert.Equal("lorem-ipsum", result.Single().Path);
        }