PageRenderTime 39ms CodeModel.GetById 15ms RepoModel.GetById 0ms app.codeStats 0ms

/test/unit/spec_general_test.rb

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