jjwilliams42 / generator-aspnet-semanticui

Yeoman ASP.NET Generator with Semantic UI Library
1 stars 2 forks source link

Add test for custom `menulink` tag helper #6

Open peterblazejewicz opened 8 years ago

peterblazejewicz commented 8 years ago

The menulink (MenuLinkTagHelper) is a custom addition not ported from aspnet/Templates. I think it should be covered by tests ("created template contains a menulink tag"), to avoid situation that copying content from aspnet/Templates after update removes that custom tag from views markup. Theaspnet-generator` covers some (not all) custom and crucial addition to default templates. Thanks!