1
0
зеркало из https://github.com/glebtv/telegram-bot.git synced 2026-09-01 17:06:19 +03:00
Files
telegram-bot/spec/telegram/bot_spec.rb
2017-02-10 09:33:41 +03:00

6 строки
124 B
Ruby

RSpec.describe Telegram::Bot do
it 'has a version number' do
expect(described_class::VERSION).not_to be nil
end
end