Sha256: c6795847e8c55a9fe5aac4b311d19e40dbdeb9ee03f25605ac3baeef1876e6c0
Contents?: true
Size: 471 Bytes
Versions: 8
Compression:
Stored size: 471 Bytes
Contents
# frozen_string_literal: true # require 'spec_helper' # # to re-record a rtm_connect fixture run with # SLACK_API_TOKEN=... CONCURRENCY=async-websocket rspec spec/slack/real_time/rtm_connect_spec.rb # edit rtm_connect.yml and remove the token, fix wss:// path (run specs, fix failures) # # RSpec.describe Slack::RealTime::Client, vcr: { cassette_name: 'web/rtm_connect' } do # it 'connects' do # Slack::Web::Client.new.rtm_connect(mpim_aware: true) # end # end
Version data entries
8 entries across 8 versions & 1 rubygems