Sha256: 06a9abc9a0453ff0ff9fe5c795adfda8847b37614c1dc562064c8a1646100e90
Contents?: true
Size: 430 Bytes
Versions: 26
Compression:
Stored size: 430 Bytes
Contents
# 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
26 entries across 26 versions & 1 rubygems