# File lib/jeweler/generator/shoulda_mixin.rb, line 8 def default_task 'test' end
# File lib/jeweler/generator/shoulda_mixin.rb, line 16 def feature_support_extend 'Test::Unit::Assertions' end
# File lib/jeweler/generator/shoulda_mixin.rb, line 12 def feature_support_require 'test/unit/assertions' end
# File lib/jeweler/generator/shoulda_mixin.rb, line 20 def test_dir 'test' end
# File lib/jeweler/generator/shoulda_mixin.rb, line 32 def test_filename "test_#{require_name}.rb" end
# File lib/jeweler/generator/shoulda_mixin.rb, line 36 def test_helper_filename "helper.rb" end
Generated with the Darkfish Rdoc Generator 2.