Sha256: 10a516f931f5db6618e473cae598c090afcab56954c789aee909fdfb6de19c12
Contents?: true
Size: 224 Bytes
Versions: 4
Compression:
Stored size: 224 Bytes
Contents
require 'helper' require 'shell_helpers' class TestShellHelpers < Minitest::Test def test_version version = ShellHelpers.const_get('VERSION') assert(!version.empty?, 'should have a VERSION constant') end end
Version data entries
4 entries across 4 versions & 1 rubygems