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