Sha256: 5ba7d311c0f84cab9e6de5569cfcb330468b0eb089eb9ce3120b3bf29fed4ab5
Contents?: true
Size: 441 Bytes
Versions: 17
Compression:
Stored size: 441 Bytes
Contents
require 'test_helper' class Juwelier 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 = Juwelier::Commands::Version::BumpPatch.new command.version_helper = version_helper command.update_version end end end end end
Version data entries
17 entries across 17 versions & 1 rubygems