spec/reply_spec.rb in chatterbot-0.6.6 vs spec/reply_spec.rb in chatterbot-0.7.0
- old
+ new
@@ -1,10 +1,9 @@
require File.expand_path(File.dirname(__FILE__) + '/spec_helper')
describe "Chatterbot::Reply" do
it "calls require_login" do
bot = test_bot
- #bot = Chatterbot::Bot.new
bot.should_receive(:require_login).and_return(false)
bot.replies
end
it "updates since_id when complete" do