зеркало из
https://github.com/glebtv/telegram-bot.git
synced 2026-08-28 15:26:18 +03:00
* Update rubopcop [WIP] * Further rubocop fixes * Fix rubocop-rails cops * Fix spec * Disable rubocop suggestions * Run rubocop in github actions rather than in codeclimate
8 строки
155 B
Ruby
8 строки
155 B
Ruby
# frozen_string_literal: true
|
|
|
|
RSpec.describe Telegram::Bot do
|
|
it 'has a version number' do
|
|
expect(described_class::VERSION).not_to be nil
|
|
end
|
|
end
|