Skip to content

Commit

Permalink
update couch config test to reflect new config structure
Browse files Browse the repository at this point in the history
  • Loading branch information
auxesis committed Nov 28, 2009
1 parent eb9b897 commit 77b6621
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions spec/notifier_options_multiplexer_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 77b6621

Please sign in to comment.