Sha256: 43cd6e434f9447b27780a115862cdb89700998fa73fd142335a878e06e42310f
Contents?: true
Size: 246 Bytes
Versions: 73
Compression:
Stored size: 246 Bytes
Contents
require "test_helper" class <%= config[:constant_name] %>Test < Minitest::Test def test_that_it_has_a_version_number refute_nil ::<%= config[:constant_name] %>::VERSION end def test_it_does_something_useful assert false end end
Version data entries
73 entries across 73 versions & 3 rubygems