Testing - punchcafe/BlackLitOnRails GitHub Wiki

Tech

Testing is handled with Rspec and Capybara.

Approach

For this project, after reading up on a shift of approach, this project focuses on primarily feature testing, with injections of Request testing instead of conventional controller tests.