PageRenderTime 44ms CodeModel.GetById 18ms RepoModel.GetById 0ms app.codeStats 0ms

/test/unit/man_test.rb

https://github.com/ischroedi/petracommunity
Ruby | 10 lines | 7 code | 2 blank | 1 comment | 0 complexity | 39ba3892b56d16db2a81b0d44ab21a40 MD5 | raw file
  1. require File.dirname(__FILE__) + '/../test_helper'
  2. class ManTest < Test::Unit::TestCase
  3. fixtures :people
  4. # Replace this with your real tests.
  5. def test_truth
  6. assert true
  7. end
  8. end