aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib/generators/test_unit/controller/templates/functional_test.rb
blob: 62fa5d86fdd226b74df7aefdb848dd0993c01dc3 (plain) (blame)
1
2
3
4
5
6
7
8
require 'test_helper'

class <%= class_name %>ControllerTest < ActionController::TestCase
  # Replace this with your real tests.
  test "the truth" do
    assert true
  end
end