Sha256: 1f95fcd337bf7b8acd9b116dbc442b56d93ab5d6b67d5576c8850604b051dda5
Contents?: true
Size: 309 Bytes
Versions: 22
Compression:
Stored size: 309 Bytes
Contents
require File.expand_path(::File.dirname(__FILE__) + '/../lib/xml/smart') require File.expand_path(::File.dirname(__FILE__) + '/smartrunner.rb') class TestXSL < Minitest::Test def test_version assert XML::Smart::VERSION.is_a? String assert XML::Smart::VERSION =~ /\d+\.\d+\.\d+(\.\d+)?/ end end
Version data entries
22 entries across 22 versions & 1 rubygems