Challenge: Create a New Blog Post
Explore how to implement request tests for creating and listing blog posts in Rails. Learn to handle the test scenario involving a BlogPost model with title and body, and practice passing request tests without needing user authentication.
We'll cover the following...
We'll cover the following...
Problem statement
You’re given the following test scenario:
Here’s some information to ...