Skip to content

Latest commit

 

History

History
20 lines (11 loc) · 326 Bytes

0002-use-rspec-for-testing.md

File metadata and controls

20 lines (11 loc) · 326 Bytes

2. Use RSpec and Capybara

Date: 2019-04-03

Status

Accepted

Context

We need to test the code we're writing, the team has previous experience working with these frameworks.

Decision

We will use RSpec and Capybara for testing our code

Consequences

We will be able to start writing test-driven code quickly