Sha256: 6376dad5032696fd8abbc089a38c14c8857dc7f17d4f81c3951dd676e002c6d6
Contents?: true
Size: 437 Bytes
Versions: 10
Compression:
Stored size: 437 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
10 entries across 10 versions & 1 rubygems