...

/

Challenge Solution: BlogPost Validations

Challenge Solution: BlogPost Validations

Let’s look at the solution to the BlogPost validations challenge.

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 ...