Sha256: 86f30ce9925757cf44481e27f41ee516789364c7fcd12b394ac3bdc5daf35e6e
Contents?: true
Size: 460 Bytes
Versions: 5
Compression:
Stored size: 460 Bytes
Contents
# frozen_string_literal: true # require 'spec_helper' # # to re-record a rtm_start fixture run with # SLACK_API_TOKEN=... CONCURRENCY=faye-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
5 entries across 5 versions & 1 rubygems