Skip to content

Development :: Testing

Matthew Sullivan edited this page Nov 27, 2020 · 1 revision

Setup

Install dependencies and build database

$ bundle install && rails db:migrate

Test

$ rails test

Clone this wiki locally