1
0
зеркало из https://github.com/glebtv/telegram-bot.git synced 2026-09-08 03:45:52 +03:00
Этот коммит содержится в:
Max Melentiev
2016-03-14 14:19:57 +06:00
родитель 225290b677
Коммит c04884040d
4 изменённых файлов: 20 добавлений и 2 удалений

Просмотреть файл

@@ -78,6 +78,7 @@ RSpec.describe Telegram::Bot::RoutesHelper do
{
bot => controller,
'custom_token' => [other_controller, as: :custom_route, option: :other_val],
other: controller,
},
option: :val,
]
@@ -90,7 +91,8 @@ RSpec.describe Telegram::Bot::RoutesHelper do
other_controller,
:custom_route,
option: :other_val,
]
],
[Telegram.bots[:other], controller, 'other_telegram_webhook', option: :val]
end
end