Sha256: 4b15fb6c724ea84b23327ee9941b92f5583f2be962ed94f43441f81c0ce01b41
Contents?: true
Size: 681 Bytes
Versions: 17
Compression:
Stored size: 681 Bytes
Contents
class Juwelier class Generator module TestspecMixin def self.extended(generator) generator.development_dependencies << ["test-spec", ">= 0"] end 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
17 entries across 17 versions & 1 rubygems