generator-aspnetpostgresql
Version:
Yeoman generator for ASP.NET MVC Core apps with PostgreSQL support
11 lines (9 loc) • 326 B
JavaScript
;
var util = require('./test-utility');
/*
* Check that namespace is normalized.
*/
describe('compat - namespace normalization', function() {
util.goCreateApplication('classlibrary', 'name-test');
util.fileContentCheck('name-test/Class1.cs', 'namespace normalized', /^namespace name_test$/m);
});