PageRenderTime 50ms CodeModel.GetById 24ms RepoModel.GetById 0ms app.codeStats 0ms

/vendor/gems/facets-2.4.5/test/core/kernel/test_callstack.rb

https://bitbucket.org/mediashelf/fedora-migrator
Ruby | 10 lines | 7 code | 3 blank | 0 comment | 0 complexity | ef4ee3428b743454f371e618fcdee82f MD5 | raw file
Possible License(s): GPL-3.0, GPL-2.0, IPL-1.0, AGPL-1.0, LGPL-3.0
  1. require 'facets/callstack.rb'
  2. require 'test/unit'
  3. class TestCallStack < Test::Unit::TestCase
  4. def test_callstack
  5. assert_nothing_raised{ callstack }
  6. end
  7. end