Ejemplo n.º 1
0
        public void RemovesAllScriptTags()
        {
            var html = File.ReadAllText(_testFilePath);

            var sut = Deleter.RemoveAllUnwanted(html);

            Assert.DoesNotContain("<script", sut);
        }