spec/client_spec.rb in chatterbot-2.0.5 vs spec/client_spec.rb in chatterbot-2.1.0
- old
+ new
@@ -6,12 +6,9 @@
end
it "should initialize client" do
expect(@bot.client).to be_a(Twitter::REST::Client)
end
- it "should initialize streaming client" do
- expect(@bot.streaming_client).to be_a(Twitter::Streaming::Client)
- end
describe "reset!" do
it "should reset a bunch of stuff" do
@bot.config[:since_id] = 1234
@bot.config[:since_id_reply] = 1234