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