Error in user YAML: (<unknown>): mapping values are not allowed in this context at line 1 column 26
---
title: Clean Architecture: Ruby
---
- RSpec (RSpec specific test layout)
(lib|src)/<insert customer name here>/**/*.rb
Customer code should be housed within a Client namespace e.g. AcmeIndustries::Financial::UseCase::CreateInvoice
Non-customer specfic code should be housed within a MadeTech namespace e.g. MadeTech::Authentication::UseCase::Login