Sha256: fb613525c05dce2a8bee2517fb735f5f7484fee4f2e067c1d0ab417c1bd2a2df
Contents?: true
Size: 652 Bytes
Versions: 133
Compression:
Stored size: 652 Bytes
Contents
class Jeweler class Generator module RiotMixin def self.extended(generator) generator.development_dependencies << ["riot", ">= 0"] end def default_task 'test' end def feature_support_require 'riot/context' end def feature_support_extend 'Riot::Context' 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 "teststrap.rb" end end end end
Version data entries
133 entries across 79 versions & 7 rubygems