Sha256: a85bffabc38d030d67b41d8471b593184885a2914a76e85c34f581c7008e8e6e
Contents?: true
Size: 248 Bytes
Versions: 4
Compression:
Stored size: 248 Bytes
Contents
require 'helper' require '<%= @namespace_path %>' class Test<%= @namespace %> < Test::Unit::TestCase def test_version version = <%= @namespace %>.const_get('VERSION') assert !version.empty?, 'should have a VERSION constant' end end
Version data entries
4 entries across 4 versions & 1 rubygems