pozabil
pozabil
When you `require 'telegram/bot/rspec/integration/rails'` as specified in the [documentation](https://github.com/telegram-bot-rb/telegram-bot/tree/master#testing), the shared_context `telegram/bot/integration/rails` is automatically included in all examples with the `type: request` metadata. https://github.com/telegram-bot-rb/telegram-bot/blob/a16928267a7bbd75a77c43c54a41f886458524fe/lib/telegram/bot/rspec/integration/rails.rb#L3C73-L3C73 In my opinion, this behavior seems...
Hello! Related to https://github.com/hashrocket/capybara-webmock/issues/44 and https://github.com/hashrocket/capybara-webmock/pull/45, I'm trying to use bundler to install **capybara-webmock** gem, but I'm still getting the next error: ``` In Gemfile: capybara-webmock (~> 0.6.0) was resolved...
### Summary In a `Lua` project with `Matter.js` enabled, `Matter.Engine.create()` successfully returns a valid engine object, and its fields such as `engine.timing.timestamp` are correct, but `Matter.Engine.update()` trows TypeError ### Minimal...