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

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