aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib/rails_generator/generators/components/controller/templates/functional_test.rb
blob: 38e0ae7123c41e088b9655533f61119090719011 (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.
  def test_truth
    assert true
  end
end