aboutsummaryrefslogblamecommitdiffstats
path: root/railties/lib/rails_generator/generators/components/plugin/templates/unit_test.rb
blob: 6ede6ef1d2fa3439991123b11aa8124ec7614ff8 (plain) (tree)
1
2
3
4
5
6
7
8

                   

                                                  

                     

     
require 'test/unit'

class <%= class_name %>Test < Test::Unit::TestCase
  # Replace this with your real tests.
  test "the truth" do
    assert true
  end
end