aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib/rails/generators/test_unit/system/templates/system_test.rb.tt
blob: b5ce2ba5c846af91e41f2f5ca8101420e946f082 (plain) (blame)
1
2
3
4
5
6
7
8
9
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