Testing external libraries in RSpec

2013-08-20

Note to self:

Creating subdirectories under the spec/ directories in Rails, is alright.

But ensure that all test files have the _spec suffix in their filename else RSpec will ignore the file when you’re doing an:

webapp/$ rspec .
I’m currently working on fyra.sh, a CLI-first static site deployment tool where you push your site and it’s served globally through a built-in CDN, without the overhead of heavy platforms.