Inheritance: System.Web.Mvc.AreaRegistration
            public void Equals_InstitutionalAgreements_PascalCase()
            {
                var areaRegistration = new InstitutionalAgreementsAreaRegistration();

                areaRegistration.AreaName.ShouldEqual("InstitutionalAgreements");
            }
 public void Equals_InstitutionalAgreements_PascalCase()
 {
     var areaRegistration = new InstitutionalAgreementsAreaRegistration();
     areaRegistration.AreaName.ShouldEqual("InstitutionalAgreements");
 }