Sha256: 00af5e35f4e3e8c0c930ab31ceeb2873e67965cf80d097f152e7bfda629fdd2e
Contents?: true
Size: 560 Bytes
Versions: 10
Compression:
Stored size: 560 Bytes
Contents
class Jeweler class Generator module TestunitMixin def default_task 'test' end def feature_support_require 'test/unit/assertions' end def feature_support_extend 'Test::Unit::Assertions' end def test_dir 'test' end def test_task 'test' end def test_pattern 'test/**/test_*.rb' end def test_filename "test_#{require_name}.rb" end def test_helper_filename 'helper.rb' end end end end
Version data entries
10 entries across 10 versions & 1 rubygems