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