Sha256: 130c6d7dd0f3c4600b74e34f83209221317f5053818ec8796006468be45149a7
Contents?: true
Size: 360 Bytes
Versions: 9
Compression:
Stored size: 360 Bytes
Contents
require 'spec_helper' describe Bueller::Commands::Version::BumpPatch do it "should call bump_patch on version_helper in update_version" do bueller = Bueller.new FileSystem.fixture_path('existing-project') command = Bueller::Commands::Version::BumpPatch.new bueller command.update_version command.version_helper.patch.should == 4 end end
Version data entries
9 entries across 9 versions & 1 rubygems