Sha256: b91f06feeefd25c2c7d2a9b37ce0ede5142ea5a686b71db031a522770618332a
Contents?: true
Size: 682 Bytes
Versions: 127
Compression:
Stored size: 682 Bytes
Contents
require 'test_helper' class TestGeneratorMixins < Test::Unit::TestCase [Jeweler::Generator::BaconMixin, Jeweler::Generator::MicronautMixin, Jeweler::Generator::MinitestMixin, Jeweler::Generator::RspecMixin, Jeweler::Generator::ShouldaMixin, Jeweler::Generator::TestspecMixin, Jeweler::Generator::TestunitMixin, ].each do |mixin| context "#{mixin}" do %w(default_task feature_support_require feature_support_extend test_dir test_task test_pattern test_filename test_helper_filename).each do |method| should "define #{method}" do assert mixin.method_defined?(method) end end end end end
Version data entries
127 entries across 73 versions & 7 rubygems