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