PageRenderTime 42ms CodeModel.GetById 14ms RepoModel.GetById 0ms app.codeStats 0ms

/test/unit/login_info_test.rb

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