PageRenderTime 46ms CodeModel.GetById 21ms RepoModel.GetById 1ms app.codeStats 0ms

/test/unit/woman_test.rb

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