1
0
зеркало из https://github.com/glebtv/telegram-bot.git synced 2026-09-04 02:05:52 +03:00

Fix storing token in ClientStub when config hash is given

Этот коммит содержится в:
Max Melentiev
2017-05-17 17:45:21 +06:00
родитель b8db576452
Коммит 6e4a69b6b1
4 изменённых файлов: 25 добавлений и 11 удалений

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

@@ -0,0 +1,9 @@
require 'integration_helper'
RSpec.describe NamedBotController, :telegram_bot, type: :request do
let(:bot) { Telegram.bots[:named] }
describe '#start' do
subject { -> { dispatch_command :start } }
it { should respond_with_message 'from named' }
end
end