Challenge Solution: Return List of Blog Posts
Let’s look at the solution to the return list of blog posts challenge.
We'll cover the following...
Let's look at the solution to the challenge.
--require spec_helper
Solution for the return list of blog posts challenge
Explanation
The code above is a test for the BlogPosts
controller. It tests the ...