Ensure skeleton.rst is tested

Change-Id: I07bb43de6145efa45f9027ef2f0d1856c658033c
This commit is contained in:
Sean M. Collins 2014-05-21 16:44:35 -04:00
parent a37fbe7431
commit 5807aa1d1c
1 changed files with 1 additions and 1 deletions

View File

@ -93,7 +93,7 @@ class TestTitles(testtools.TestCase):
self.assertEqual(0, len(titles[refs]))
def test_template(self):
files = ['specs/template.rst'] + glob.glob('specs/*/*')
files = glob.glob('specs/*.rst') + glob.glob('specs/*/*')
for filename in files:
self.assertTrue(filename.endswith(".rst"),
"spec's file must uses 'rst' extension.")