news_posts_test.rb 209 B

123456789
  1. require "application_system_test_case"
  2. class NewsPostsTest < ApplicationSystemTestCase
  3. # test "visiting the index" do
  4. # visit news_posts_url
  5. #
  6. # assert_selector "h1", text: "NewsPost"
  7. # end
  8. end