Sha256: 944b0b78ff668a7e7336a015394c4539c5a5f1f4b39a89bf444d3a9b361ef472
Contents?: true
Size: 439 Bytes
Versions: 156
Compression:
Stored size: 439 Bytes
Contents
require 'test_helper' class Jeweler module Commands module Version class TestBumpPatch < Test::Unit::TestCase should "call bump_patch on version_helper in update_version" do mock(version_helper = Object.new).bump_patch command = Jeweler::Commands::Version::BumpPatch.new command.version_helper = version_helper command.update_version end end end end end
Version data entries
156 entries across 102 versions & 14 rubygems