зеркало из
https://github.com/glebtv/telegram-bot.git
synced 2026-09-04 10:15:50 +03:00
fixed controller's callbacks for rails5
Этот коммит содержится в:
@@ -225,12 +225,12 @@ RSpec.describe Telegram::Bot::UpdatesController do
|
||||
it { should change(controller, :acted).to true }
|
||||
its(:call) { should eq [nil, nil, args] }
|
||||
|
||||
context 'when callback returns false' do
|
||||
context 'when callback halts chain' do
|
||||
before do
|
||||
controller_class.prepend(Module.new do
|
||||
def hook
|
||||
super
|
||||
false
|
||||
ActiveSupport::VERSION::MAJOR >= 5 ? throw(:abort) : false
|
||||
end
|
||||
end)
|
||||
end
|
||||
|
||||
Ссылка в новой задаче
Block a user