File: lib/generators/extension_model/templates/unit_test.rb

Code

Code

   1  require File.dirname(__FILE__) + '<%= '/..' * class_nesting_depth %>/../test_helper'
   2 
   3  class <%= class_name %>Test < ActiveSupport::TestCase
   4    # Replace this with your real tests.
   5    def test_truth
   6      assert true
   7    end
   8  end