new
actionLimericksController#new
method functions correctly for the happy path.test/controllers/limericks_controller_test.rb
LimericksControllerTest
include Devise::Test::IntegrationHelpers
"should get new"
User
fixture object one
.new_limerick_url
assert_response
to check that the response has a success status code (e.g., 200 OK
).assert_select
to check that the rendered page has an h1
HTML element with the text “New Limerick”.rails test -v