Sha256: 3069efa54f4ea1759a326387fad4c28390ce1b96a8a76bbf2e16df2a1d1696ac
Contents?: true
Size: 246 Bytes
Versions: 61
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
61 entries across 61 versions & 4 rubygems