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 / 49 / 49262a733952cf86794ef87f8a818fffd12082ee.svn-base @ 1298:4f746d8966dd

History | View | Annotate | Download (196 Bytes)

1
require File.expand_path('../../test_helper', __FILE__)
2

    
3
class <%= @model_class %>Test < ActiveSupport::TestCase
4

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