require_relative '../../test_helper.rb'
class Version_test < MiniTest::Unit::TestCase def test_version
refute_nil(Rubysermon::VERSION)
end end