Class Index [+]

Quicksearch

Jeweler::Generator::BaconMixin

Public Class Methods

extended(generator) click to toggle source
   # File lib/jeweler/generator/bacon_mixin.rb, line 5
5:       def self.extended(generator)
6:         generator.development_dependencies << ["bacon", ">= 0"]
7:       end

Public Instance Methods

default_task() click to toggle source
    # File lib/jeweler/generator/bacon_mixin.rb, line 9
 9:       def default_task
10:         'spec'
11:       end
feature_support_extend() click to toggle source
    # File lib/jeweler/generator/bacon_mixin.rb, line 17
17:       def feature_support_extend
18:         'Test::Unit::Assertions' # NOTE can't use bacon inside of cucumber actually
19:       end
feature_support_require() click to toggle source
    # File lib/jeweler/generator/bacon_mixin.rb, line 13
13:       def feature_support_require
14:         'test/unit/assertions'
15:       end
test_dir() click to toggle source
    # File lib/jeweler/generator/bacon_mixin.rb, line 21
21:       def test_dir
22:         'spec'
23:       end
test_filename() click to toggle source
    # File lib/jeweler/generator/bacon_mixin.rb, line 33
33:       def test_filename
34:         "#{require_name}_spec.rb"
35:       end
test_helper_filename() click to toggle source
    # File lib/jeweler/generator/bacon_mixin.rb, line 37
37:       def test_helper_filename
38:         "spec_helper.rb"
39:       end
test_pattern() click to toggle source
    # File lib/jeweler/generator/bacon_mixin.rb, line 29
29:       def test_pattern
30:         'spec/**/*_spec.rb'
31:       end
test_task() click to toggle source
    # File lib/jeweler/generator/bacon_mixin.rb, line 25
25:       def test_task
26:         'spec'
27:       end

Disabled; run with --debug to generate this.

[Validate]

Generated with the Darkfish Rdoc Generator 1.1.6.