Sha256: 00861c6c70aed679f0b326a37e84506e38a12bd94ce345debd509bfe5313e56f
Contents?: true
Size: 441 Bytes
Versions: 153
Compression:
Stored size: 441 Bytes
Contents
require 'test_helper' class Jeweler module Commands module Version class TestBumpMajor < Test::Unit::TestCase should "call bump_major on version_helper in update_version" do mock(version_helper = Object.new).bump_major command = Jeweler::Commands::Version::BumpMajor.new command.version_helper = version_helper command.update_version end end end end end
Version data entries
153 entries across 99 versions & 14 rubygems