Sha256: 5e6f1ca311ee60c395e755e80fa3a1316f129eb3f0260b7d7e09e68921edb54c
Contents?: true
Size: 307 Bytes
Versions: 312
Compression:
Stored size: 307 Bytes
Contents
# frozen_string_literal: true require "test_helper" class <%= config[:constant_name] %>Test < Test::Unit::TestCase test "VERSION" do assert do ::<%= config[:constant_name] %>.const_defined?(:VERSION) end end test "something useful" do assert_equal("expected", "actual") end end
Version data entries
312 entries across 312 versions & 7 rubygems