How do Atom's 'spec' files work?
问题 I'm making a package for Atom, and Travis CI keeps telling me my build failed. Update : I created a blank spec file and now my builds are passing. You can see my package here: https://travis-ci.org/frayment/language-jazz The console is telling me: sh: line 105: ./spec: No such file or directory Missing spec folder! Please consider adding a test suite in I went looking around at Atom packages on GitHub for 'spec' files and they seem to be CoffeeScript based, but I can't understand what on