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