spec/spec_helper.rb in chatterbot-0.6.1 vs spec/spec_helper.rb in chatterbot-0.6.2
- old
+ new
@@ -58,7 +58,7 @@
:user => {
'screen_name' => "chatterbot"
}
}
- as_object == true ? Twitter::Status.new(x) : x
+ as_object == true ? Twitter::Tweet.new(x) : x
end