Project

General

Profile

Patch #3927 ยป unit_test.rb.erb.diff

Patch for unit_test.rb.erb - Haruyuki Iida, 2009-09-26 15:31

View differences:

lib/generators/redmine_plugin_model/templates/unit_test.rb.erb (working copy)
1 1
require File.dirname(__FILE__) + '/../test_helper'
2 2

  
3
class <%= class_name %>Test < Test::Unit::TestCase
3
class <%= class_name %>Test < ActiveSupport::TestCase
4 4
  fixtures :<%= table_name %>
5 5

  
6 6
  # Replace this with your real tests.
    (1-1/1)