lib/telegram/bot/rspec/integration/poller.rb in telegram-bot-0.16.1 vs lib/telegram/bot/rspec/integration/poller.rb in telegram-bot-0.16.3

- old
+ new

@@ -1,4 +1,6 @@ +# frozen_string_literal: true + require 'telegram/bot/rspec/integration/shared' RSpec.shared_context 'telegram/bot/integration/poller' do include_context 'telegram/bot/integration/shared' let(:controller_class) { described_class }