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

class <%= class_name %>HelperTest < ActionView::TestCase
end