Sha256: 07631e11c406852e6ec65968cb9c576fb1c92e2ff951d6a67769497c59cace94

Contents?: true

Size: 452 Bytes

Versions: 26

Compression:

Stored size: 452 Bytes

Contents

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

class TestHoeGemcutter < Minitest::Test
  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

26 entries across 26 versions & 1 rubygems

Version Path
hoe-3.24.0 test/test_hoe_gemcutter.rb
hoe-3.23.1 test/test_hoe_gemcutter.rb
hoe-3.23.0 test/test_hoe_gemcutter.rb
hoe-3.22.3 test/test_hoe_gemcutter.rb
hoe-3.22.2 test/test_hoe_gemcutter.rb
hoe-3.22.1 test/test_hoe_gemcutter.rb
hoe-3.22.0 test/test_hoe_gemcutter.rb
hoe-3.21.0 test/test_hoe_gemcutter.rb
hoe-3.20.0 test/test_hoe_gemcutter.rb
hoe-3.19.0 test/test_hoe_gemcutter.rb
hoe-3.18.1 test/test_hoe_gemcutter.rb
hoe-3.18.0 test/test_hoe_gemcutter.rb
hoe-3.17.2 test/test_hoe_gemcutter.rb
hoe-3.17.1 test/test_hoe_gemcutter.rb
hoe-3.17.0 test/test_hoe_gemcutter.rb
hoe-3.16.2 test/test_hoe_gemcutter.rb
hoe-3.16.1 test/test_hoe_gemcutter.rb
hoe-3.16.0 test/test_hoe_gemcutter.rb
hoe-3.15.3 test/test_hoe_gemcutter.rb
hoe-3.15.2 test/test_hoe_gemcutter.rb