aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib/rails/generators/test_unit/system/templates/system_test.rb
blob: cfac061cd15f4169d5be6ecde3c8ad7f86b77380 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
# frozen_string_literal: true

require "application_system_test_case"

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