spec/sprinkle/package_spec.rb in sprinkle-0.5.0 vs spec/sprinkle/package_spec.rb in sprinkle-0.5.1
- old
+ new
@@ -350,10 +350,10 @@
@installer = mock(Sprinkle::Installers::Installer, :defaults => true, :process => true)
@pkg = create_package_with_blank_verify(3)
@pkg.installers = [ @installer ]
@installer.stub!(:defaults)
@installer.stub!(:process)
- @logger = mock(ActiveSupport::BufferedLogger, :debug => true, :debug? => true)
+ @logger = mock(:debug => true, :debug? => true)
@logger.stub!(:info)
end
it 'should request _each_ verification to configure itself against the deployment context' do
@pkg.verifications.each do |v|