Integration vs. Unit Tests

Integration and unit tests both play important roles in your application's test coverage. Learn when to use each type of tests, guidelines for when to mock collaborators in tests, and how integration and feature tests can drive the creation of unit tests.
This is a companion discussion topic for the original entry at https://thoughtbot.com/upcase/videos/integration-vs-unit-tests

Great video, I was wondering if there is a Github repo available? Iā€™m just curious how the rest of the UnitDatabase class was implemented inside the unit_database.rb file.

1 Like

Have a GitHub repository is a good idea, why not create one together?

I agree with Baxter Callan, is there any git repo that dives into the database setup?