aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib/rails_generator/generators/components/plugin/templates/unit_test.rb
blob: 44e4b54c2ef9b606371c237defeafa87611155e9 (plain) (blame)
1
2
3
4
5
6
class <%= class_name %>Test < Test::Unit::TestCase
  # Replace this with your real tests.
  def test_truth
    assert true
  end
end