summaryrefslogtreecommitdiffstats
path: root/lib/generators/redmine_plugin_controller/templates/functional_test.rb.erb
blob: 89cd961aeaa213c86c8907972587a62dd28a6f44 (plain)
1
2
3
4
5
6
7
8
require_relative '../test_helper'

class <%= @controller_class %>ControllerTest < ActionController::TestCase
  # Replace this with your real tests.
  def test_truth
    assert true
  end
end