From 77b6621b280ab28672abfa0c1f5415d65a232f2d Mon Sep 17 00:00:00 2001 From: Lindsay Holmwood Date: Sat, 28 Nov 2009 01:05:20 +0100 Subject: [PATCH] update couch config test to reflect new config structure --- spec/notifier_options_multiplexer_spec.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/spec/notifier_options_multiplexer_spec.rb b/spec/notifier_options_multiplexer_spec.rb index b798950e1..4d5ffba8a 100644 --- a/spec/notifier_options_multiplexer_spec.rb +++ b/spec/notifier_options_multiplexer_spec.rb @@ -44,8 +44,8 @@ config.persistence[:backend].should == "couchdb" config.persistence[:host].should == "localhost" config.persistence[:port].should == "5984" - config.persistence[:username].should == "spoons" - config.persistence[:password].should == "doom" + config.persistence[:version].should == "0.8" + config.persistence[:database].should == "flapjack_production" end it "should setup individual notifiers from a specified config file" do