public void It_Returns_The_NHConfig_From_It()
        {
            var files = loader.GetPossibleNHibernateConfigFilesFromCSProj(doc, csprojPath);

            Assert.That(files, Is.EquivalentTo(new[] { @"C:\hibernate.cfg.xml" }));
        }