spec/real_deploy_spec.rb in engineyard-serverside-1.4.0 vs spec/real_deploy_spec.rb in engineyard-serverside-1.4.1

- old
+ new

@@ -155,10 +155,10 @@ end it "runs the right bundler command" do install_bundler_command_ran = @deployer.commands.detect{ |command| command.index("install_bundler") } install_bundler_command_ran.should_not be_nil - install_bundler_command_ran.should == "#{@binpath} _#{EY::Serverside::VERSION}_ install_bundler 1.0.0" + install_bundler_command_ran.should == "#{@binpath} _#{EY::Serverside::VERSION}_ install_bundler 1.0.10" end it "creates a REVISION file" do File.exist?(File.join(@deploy_dir, 'current', 'REVISION')).should be_true end