aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib/rails_generator/generators/components/resource/templates/functional_test.rb
blob: b1bb1dacbf92caa080ec8dda834e685a015d6201 (plain) (blame)
1
2
3
4
5
6
7
8
require 'test_helper'

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