Sha256: 80af6d2fd415e45b4f3a82cf5dc828a84aeb036d240dd164e413e5e68f0fe0a2
Contents?: true
Size: 249 Bytes
Versions: 6
Compression:
Stored size: 249 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
6 entries across 6 versions & 1 rubygems