To check out this repository please hg clone the following URL, or open the URL using EasyMercurial or your preferred Mercurial client.

Statistics Download as Zip
| Branch: | Tag: | Revision:

root / .svn / pristine / 8f / 8ff149ff1d20e6444addb19f8ffbc048ac4ee186.svn-base @ 1297:0a574315af3e

History | View | Annotate | Download (219 Bytes)

1
require File.dirname(__FILE__) + '/../test_helper'
2

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

    
6
  # Replace this with your real tests.
7
  def test_truth
8
    assert true
9
  end
10
end