Testing external libraries in RSpec

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 .