summaryrefslogtreecommitdiffstats
path: root/lib/generators/redmine_plugin_model/templates/unit_test.rb.erb
blob: 304516a35a468966c6571dac769870ef66fe5986 (plain)
1
2
3
4
5
6
7
8
9
require_relative '../test_helper'

class <%= @model_class %>Test < ActiveSupport::TestCase

  # Replace this with your real tests.
  def test_truth
    assert true
  end
end