Renamed helpers to correspond to renamed Controller classes.
[merb_radiant.git] / lib / generators / extension_model / templates / .svn / text-base / unit_test.rb.svn-base
blob6aaa2a5ead442cdee35848ece29c8849f84f4fae
1 require File.dirname(__FILE__) + '<%= '/..' * class_nesting_depth %>/../test_helper'
3 class <%= class_name %>Test < Test::Unit::TestCase
4   fixtures :<%= table_name %>
6   # Replace this with your real tests.
7   def test_truth
8     assert true
9   end
10 end