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