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









                                                                                    
require File.dirname(__FILE__) + '<%= '/..' * class_nesting_depth %>/../test_helper'

class <%= class_name %>Test < Test::Unit::TestCase
  fixtures :<%= table_name %>

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