Challenge Solution: BlogPost Validations
Let’s look at the solution to the BlogPost validations challenge.
We'll cover the following...
Let's look at the solution to the challenge.
--require spec_helper
Solution for the blog post validation challenge
Explanation
Let's break down the solution implemented above.
Define the test
We make the following changes to ...