Skip to content

Latest commit

 

History

History
22 lines (13 loc) · 362 Bytes

RSpec.md

File metadata and controls

22 lines (13 loc) · 362 Bytes
Error in user YAML: (<unknown>): mapping values are not allowed in this context at line 1 column 31
---
title: Clean Architecture Ruby: RSpec
---

RSpec ATDD Structure

spec/acceptance

Contains end-to-end acceptance specs, without the Web Delivery mechanism These specs call the interface that the Web Delivery mechanism uses

spec/unit

Contains unit specs

spec/fixtures

Contains raw fixtures

spec/test_doubles

Contains "complex" test doubles