зеркало из https://github.com/github/ruby.git
10 строки
165 B
Ruby
10 строки
165 B
Ruby
|
# frozen_string_literal: true
|
||
|
|
||
|
require "yarp_test_helper"
|
||
|
|
||
|
class VersionTest < Test::Unit::TestCase
|
||
|
def test_version_is_set
|
||
|
refute_nil YARP::VERSION
|
||
|
end
|
||
|
end
|