require "application_system_test_case" class NewsPostsTest < ApplicationSystemTestCase # test "visiting the index" do # visit news_posts_url # # assert_selector "h1", text: "NewsPost" # end end