new actionLimericksController#new method functions correctly for the happy path.test/controllers/limericks_controller_test.rbLimericksControllerTestinclude Devise::Test::IntegrationHelpers"should get new"User fixture object one.new_limerick_urlassert_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