wheelhouseio / curriculum-github

5 stars 2 forks source link

Adds specs for ci to run lint and validation #151

Closed timlombardo closed 8 years ago

timlombardo commented 8 years ago

We want a simple way for the team to have some validation of content before importing. It seems important as we reduce the overhead to importing (both single course and from a branch). I hope that along with CI running the lint and validation, the team starts to run it locally as well.

I haven't used a configuration file for CI b/c it's trivial to set it up in the circle-ci with bundle install for dependencies and bundle exec rake test to run spec during test phase.

1point618 commented 8 years ago

This looks good to me @timlombardo. Should prevent a lot of headaches.