18F / jekyll_pages_api

a Jekyll Plugin that generates a JSON file with data for all the Pages in your Site
Other
43 stars 14 forks source link

Handle unsorted glob in the tests #37

Closed mike-burns closed 8 years ago

mike-burns commented 8 years ago

The Dir.glob method produces files in an OS-dependent sorting order; in fact, the order is undefined. Use the #contain_exactly matcher instead of #eq to handle this situation.