Conversation
…or" + add spec for tests
|
Thanks for opening up the PR and adding tests for this. My thoughts:
|
|
@eljojo got it. I will remove rspec and investigate more about core issue, but this issue (uninitialized constant ) introduced only with rails as I see (for Schwad this issue not exists). I guess some intersection in naming or how require chain is build. It will be in a couple of days (some other work to do) |
|
Sure, take it easy. I don't think rails has something to do with it. My hunch is that ruby 2.5 is messing with things, but @Schwad not being able to reproduce is baffling. It's also fine if we don't fix this unless @vpereira provides a more straightforward way for us to reproduce this error. |
|
@eljojo basically I experienced this error on ruby 2.4 and rails 5.2. This is fix for me as well |
|
@ZhKostev aha thanks for this info! I will run same test but within |
Fix for "uninitialized constant TelegramBot::ApiResponse::ResponseError" + add spec for tests