spec/bueller_spec.rb in bueller-0.0.1 vs spec/bueller_spec.rb in bueller-0.0.2

- old
+ new

@@ -74,18 +74,10 @@ bueller.write_version(1, 5, 2, 'a1') end end - describe '#bump_major_version' do - it 'should build and run release to github command when running release_gem_to_github' do - Bueller::Commands::ReleaseToGithub.should_receive(:run_for).with(bueller) - - bueller.release_gem_to_github - end - end - - describe '#bump_major_version' do + describe '#git_tag_release' do it 'should build and tag the release' do Bueller::Commands::GitTagRelease.should_receive(:run_for).with(bueller) bueller.git_tag_release end