spec/config_spec.rb in chatterbot-0.2.4 vs spec/config_spec.rb in chatterbot-0.2.5

- old
+ new

@@ -29,10 +29,10 @@ it "update_config? is true by default" do @bot.update_config?.should == true end it "update_config? is false if this is a dry run" do - @bot.config[:dry_run] = true + @bot.config[:no_update] = true @bot.update_config?.should == false end it "returns a log dest" do