Patch #3927 ยป unit_test.rb.erb.diff
| 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. |