aboutsummaryrefslogblamecommitdiffstats
path: root/railties/lib/rails/generators/test_unit/system/templates/system_test.rb
blob: bc3abd25d90b114a1421f7e9aa899e63de94bbaf (plain) (tree)
1
2
3
4
5
6
7
                            
 
                                                            



                       
require "system_test_helper"

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