require File.expand_path('../test_assistant', __FILE__) module Pingpp class RubyVersionTest < Test::Unit::TestCase should "Ruby version number test" do puts RUBY_VERSION end end end