aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib/rails/generators/test_unit/system/templates/system_test.rb
blob: a74e0bb23d651e796148bcffa25158e3e95cccc3 (plain) (blame)
1
2
3
4
5
6
7
require 'test_helper'

class <%= class_name.pluralize %>Test < ActionSystemTestCase
  # test 'the truth' do
  #   assert true
  # end
end