Sha256: 3373ca94a8bdcb66526729eb1bf57e3b3244a266b361db0adb5d86e81aeefbaf
Contents?: true
Size: 253 Bytes
Versions: 1
Compression:
Stored size: 253 Bytes
Contents
require 'helper' require '<%= @namespace_path %>' class Test<%= @namespace %> < MiniTest::Unit::TestCase def test_version version = <%= @namespace %>.const_get('VERSION') assert(!version.empty?, 'should have a VERSION constant') end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
ore-0.10.0 | data/ore/templates/mini_test/test/test_[name].rb.erb |