Using Fixture Functions Directly
Let’s learn how to test our templates and wrap up the use of fixtures in our tests.
We'll cover the following...
Testing our templates
We have a single test we’ll need for templates. We want to make sure templates get compiled correctly. That test ...