swirldev / swirlify

:books: A toolbox for writing swirl courses
Other
63 stars 47 forks source link

Add check for potential course name inconsistencies #34

Open jonmcalder opened 8 years ago

jonmcalder commented 8 years ago

Add a basic check to test_course()/test_lesson() to identify potential course name inconsistencies in lesson.yaml files, and also include a test for this test function. This resolves issue #33.

seankross commented 7 years ago

You even wrote a test :heart_eyes:! Looks good, I'll merge on Monday.

jonmcalder commented 7 years ago

Cool - I hope it's alright. If not, let me know!

jonmcalder commented 7 years ago

Updated to fix issue #36