Skip to content
This repository has been archived by the owner on Jan 31, 2022. It is now read-only.

Latest commit

 

History

History
17 lines (14 loc) · 643 Bytes

Testing-Style-Guide.md

File metadata and controls

17 lines (14 loc) · 643 Bytes

Style:

Follows the 3-tier testing pyramid:

  1. End-to-End Tests
  • there are smoke tests to basically ensure everything is wired up correctly
  • do not verify against models, only screen elements
  • RSpec Integrated tests
  1. Acceptance Tests
  • Cucumber
  1. Unit Tests
  • RSpec

Support tools: