Sha256: c5dde234d0221941aa96f14c3b381fc3f3440494069b629c5da9b90585540abe
Contents?: true
Size: 202 Bytes
Versions: 8
Compression:
Stored size: 202 Bytes
Contents
require 'helper' require 'drain' class TestDrain < Minitest::Test def test_version version = Drain.const_get('VERSION') assert(!version.empty?, 'should have a VERSION constant') end end
Version data entries
8 entries across 8 versions & 1 rubygems