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

                     
                            

                                                        
          
require 'test_helper'

<% module_namespacing do -%>
class <%= class_name %>HelperTest < ActionView::TestCase
end
<% end -%>