aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib/rails/generators/test_unit/system/templates/system_test.rb
blob: 2afc7a4aacae1b38e02623fe716b44aa06d55495 (plain) (blame)
1
2
3
4
5
6
7
8
9
require "system_test_helper"

class <%= class_name.pluralize %>Test < ApplicationSystemTestCase
  # test "visiting the index" do
  #   visit <%= plural_table_name %>_url
  #
  #   assert_selector "h1", text: "<%= class_name %>"
  # end
end