# frozen_string_literal: true require "yarp_test_helper" class VersionTest < Test::Unit::TestCase def test_version_is_set refute_nil YARP::VERSION end end