Sha256: 97222db3f54ce1f357dfe0a7193e28b05b1f573fa5f6893aef73d7ce1c269d2c

Contents?: true

Size: 201 Bytes

Versions: 1

Compression:

Stored size: 201 Bytes

Contents

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

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
pingpp-2.1.1 test/ruby_version_test.rb