Sha256: df20b16bb6a4ec42ba4f1bafb6b983bfda1b34a87ba921b0cdcc92a8c6a8cce7

Contents?: true

Size: 462 Bytes

Versions: 32

Compression:

Stored size: 462 Bytes

Contents

require "hoe"
require "hoe/gemcutter" unless defined? Hoe::Gemcutter
require "minitest/autorun"

class TestHoeGemcutter < MiniTest::Unit::TestCase
  include Hoe::Gemcutter

  def test_gemcutter_tasks_defined
    define_gemcutter_tasks
    assert Rake::Task[:release_to_gemcutter]
    assert Rake::Task[:release_to].prerequisites.include?('release_to_gemcutter')
  end

  # TODO add tests for push once using Gem::Commands::Push (waiting on rubygems release)
end

Version data entries

32 entries across 32 versions & 1 rubygems

Version Path
hoe-3.6.1 test/test_hoe_gemcutter.rb
hoe-3.6.0 test/test_hoe_gemcutter.rb
hoe-3.5.3 test/test_hoe_gemcutter.rb
hoe-3.5.2 test/test_hoe_gemcutter.rb
hoe-3.5.1 test/test_hoe_gemcutter.rb
hoe-3.5.0 test/test_hoe_gemcutter.rb
hoe-3.4.1 test/test_hoe_gemcutter.rb
hoe-3.4.0 test/test_hoe_gemcutter.rb
hoe-3.3.1 test/test_hoe_gemcutter.rb
hoe-3.3.0 test/test_hoe_gemcutter.rb
hoe-3.2.0 test/test_hoe_gemcutter.rb
hoe-3.1.1 test/test_hoe_gemcutter.rb
hoe-3.1.0 test/test_hoe_gemcutter.rb
hoe-3.0.8 test/test_hoe_gemcutter.rb
hoe-3.0.7 test/test_hoe_gemcutter.rb
hoe-3.0.6 test/test_hoe_gemcutter.rb
hoe-3.0.5 test/test_hoe_gemcutter.rb
hoe-3.0.4 test/test_hoe_gemcutter.rb
hoe-3.0.3 test/test_hoe_gemcutter.rb
hoe-3.0.2 test/test_hoe_gemcutter.rb