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

/amexsbs/railsapp/vendor/plugins/reportable_client/test/reportable_test.rb

https://bitbucket.org/AcireStudios/social-app-demo
Ruby | 9 lines | 3 code | 2 blank | 4 comment | 0 complexity | a3fbf82a8ecc4d03a9e813580e698061 MD5 | raw file
Possible License(s): GPL-2.0, MPL-2.0-no-copyleft-exception, MIT
  1. require File.dirname(__FILE__) + '/test_helper.rb'
  2. class ReportableTest < Test::Unit::TestCase
  3. # load_schema
  4. # def test_reportable
  5. # assert_kind_of Reportable, Reportable.new
  6. # end
  7. end