Skip to content

Latest commit

 

History

History
8 lines (5 loc) · 195 Bytes

TEST.md

File metadata and controls

8 lines (5 loc) · 195 Bytes

To run the test suite, first, build your test database:

RAILS_ENV=test bundle exec rake db:migrate
RAILS_ENV=test bundle exec rake db:seed

Then, run the rspec tests

bundle exec rspec spec/