Sha256: c6dc3066d175c5850f1c8a81491cdaf03f8255e2b1c01244392007232f53d0cc
Contents?: true
Size: 567 Bytes
Versions: 20
Compression:
Stored size: 567 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 "#{require_name}_test.rb" end def test_helper_filename "test_helper.rb" end end end end
Version data entries
20 entries across 20 versions & 8 rubygems