Sha256: 09b11176e9e46da1de96e157947480df518bf528bb28217c44563d034861b461
Contents?: true
Size: 566 Bytes
Versions: 15
Compression:
Stored size: 566 Bytes
Contents
class Jeweler class Generator module ShouldaMixin 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
15 entries across 15 versions & 6 rubygems